@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.04 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 176","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M31.433,5.591 L35.291,0.872 L55.914,17.157 L90.718,1.507 L112.236,34.378 L145.874,31.615 L165.124,1.507 L200.086,17.457 L220.71,1.189 L224.846,3.149 L225.553,174.266 L220.276,174.424 L200.943,159.936 L165.202,174.424 L146.131,144.707 L110.469,145.093 L90.956,174.221 L55.336,159.101 L35.688,174.459 L30.918,174.201 L31.433,5.591","fill":"#B2271B"}},{"tag":"path","attr":{"d":"M2.332,0 L33.652,0 C34.94,0 35.984,1.044 35.984,2.332 L35.984,173.475 C35.984,174.763 34.94,175.807 33.652,175.807 L2.332,175.807 C1.044,175.807 0,174.763 0,173.475 L0,2.332 C0,1.044 1.044,0 2.332,0","fill":"#D82A1F"}},{"tag":"path","attr":{"d":"M57.507,0 L88.827,0 C90.115,0 91.159,1.044 91.159,2.332 L91.159,173.475 C91.159,174.763 90.115,175.807 88.827,175.807 L57.507,175.807 C56.219,175.807 55.175,174.763 55.175,173.475 L55.175,2.332 C55.175,1.044 56.219,0 57.507,0","fill":"#D82A1F"}},{"tag":"path","attr":{"d":"M112.34,0 L143.66,0 C144.948,0 145.992,1.044 145.992,2.332 L145.992,173.475 C145.992,174.763 144.948,175.807 143.66,175.807 L112.34,175.807 C111.052,175.807 110.008,174.763 110.008,173.475 L110.008,2.332 C110.008,1.044 111.052,0 112.34,0","fill":"#D82A1F"}},{"tag":"path","attr":{"d":"M167.173,0 L198.493,0 C199.781,0 200.825,1.044 200.825,2.332 L200.825,173.475 C200.825,174.763 199.781,175.807 198.493,175.807 L167.173,175.807 C165.885,175.807 164.841,174.763 164.841,173.475 L164.841,2.332 C164.841,1.044 165.885,0 167.173,0","fill":"#D82A1F"}},{"tag":"path","attr":{"d":"M222.348,0 L253.668,0 C254.956,0 256,1.044 256,2.332 L256,173.475 C256,174.763 254.956,175.807 253.668,175.807 L222.348,175.807 C221.06,175.807 220.016,174.763 220.016,173.475 L220.016,2.332 C220.016,1.044 221.06,0 222.348,0","fill":"#D82A1F"}}],"content":"\n\t"}],"content":"\n"})(props);
};