UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 2.87 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 257","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"74.4745238%","y1":"2.14131991%","x2":"18.0257385%","y2":"100%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#F8F8F8","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#DDDAD9","offset":"100%"}}],"content":"\n "},{"tag":"filter","attr":{"x":"-50%","y":"-50%","width":"200%","height":"200%","filterUnits":"objectBoundingBox","id":"filter-2"},"child":[{"tag":"feOffset","attr":{"dx":"1","dy":"2","in":"SourceAlpha","result":"shadowOffsetOuter1"}},{"tag":"feGaussianBlur","attr":{"stdDeviation":"0.5","in":"shadowOffsetOuter1","result":"shadowBlurOuter1"}},{"tag":"feColorMatrix","attr":{"values":"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0","in":"shadowBlurOuter1","type":"matrix","result":"shadowMatrixOuter1"}},{"tag":"feMerge","attr":{},"child":[{"tag":"feMergeNode","attr":{"in":"shadowMatrixOuter1"}},{"tag":"feMergeNode","attr":{"in":"SourceGraphic"}}],"content":"\n "}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"filter":"url(#filter-2)"},"child":[{"tag":"path","attr":{"d":"M20.0648515,154.368238 L3.20948478,125.173627 C-1.06982826,117.76098 -1.06982826,108.628868 3.20948478,101.216221 L54.7309057,11.9787031 C59.0102188,4.56605579 66.9189608,0 75.4785791,0 L178.521421,0 C187.081039,0 194.989781,4.56605579 199.269094,11.9787031 L250.790515,101.216221 C255.069828,108.628868 255.069828,117.76098 250.790515,125.173627 L199.269094,214.412138 C194.989781,221.823793 187.081039,226.389848 178.521421,226.389848 L140.431523,226.389848 L129.07566,246.059012 C126.42453,250.651857 121.524106,253.480589 116.221846,253.480589 L52.3853699,253.480589 C47.0831095,253.480589 42.1836781,250.651857 39.5325479,246.059012 L7.6138137,190.775209 C4.96268352,186.183356 4.96268352,180.525892 7.6138137,175.934039 L20.0648515,154.368238 Z M162.969755,182.757644 C166.633727,181.717787 169.814949,179.289218 171.771556,175.900304 L203.69029,120.615509 C206.341421,116.023656 206.341421,110.366192 203.69029,105.774339 L171.771556,50.4905361 C169.120426,45.8976912 164.220995,43.0689591 158.918734,43.0689591 L95.0812658,43.0689591 C89.7790054,43.0689591 84.879574,45.8976912 82.2284438,50.4905361 L50.3097096,105.774339 C48.8811307,108.248689 48.2223509,111.032457 48.3333702,113.792179 C49.6342405,113.422891 50.9959753,113.228659 52.3853699,113.228659 L116.221846,113.228659 C121.524106,113.228659 126.42453,116.057391 129.07566,120.649243 L160.993402,175.934039 C162.216001,178.051624 162.874785,180.395833 162.969753,182.757645 Z","fill":"url(#linearGradient-1)"}}],"content":"\n "}],"content":"\n"})(props); };