Removed the icons folder

This commit is contained in:
mikwee 2021-11-23 15:10:30 +02:00
parent f0a28e1bbe
commit 18bb1cd9d1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
import React from 'react';
const Tumblr = ({viewBox, width, height}) => {
return (
<svg id="svg835" version="1.1" viewBox={viewBox} width={width} height={height} xmlns="http://www.w3.org/2000/svg">
<defs id="defs839"/>
<path id="path833" style={{"fill":"white"}} d="m 416.98373,160.24149 c -23.965,0 -41.823,-12.328 -41.823,-41.823 V 71.182489 h -21.777 v -25.581 c 23.964,-6.219 33.988,-26.841 35.142,-44.69999988 h 24.885 V 41.456489 h 29.032 v 29.726 h -29.032 v 41.130001 c 0,12.329 6.223,16.589 16.129,16.589 h 14.058 v 31.34 z"/>
</svg>
)
}
export default Tumblr;