react-devicons
Version:
React components for the svg icons of the [devicon](https://github.com/devicons/devicon) project.
1 lines • 1.12 kB
JavaScript
function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1em",color:d="#000000",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"m0.95312 9.125 15.047 26.062 15.047-26.062h-30.094zm96 0 15.047 26.062 15.047-26.062h-30.094zm-64.953 0.55078-15.363 26.611 15.363 26.611 15.363-26.611-15.363-26.611zm64 0-15.363 26.611 15.363 26.611 15.363-26.611-15.363-26.611zm-39.682 13.305-7.6836 13.307 15.365 26.613 15.363-26.613-7.6816-13.307h-15.363zm-8.3184 14.408-7.709 13.352-7.6562 13.26 15.365 26.613 15.363-26.613-15.363-26.611zm32 0.001953-15.363 26.609 15.363 26.611 15.363-26.611-15.363-26.609zm-16 27.711-15.363 26.611 15.363 26.611 15.363-26.611-15.363-26.611z"}))};