react-devicons
Version:
React components for the svg icons of the [devicon](https://github.com/devicons/devicon) project.
1 lines • 1.74 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="#F03E2F",...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:"M 0 0 L 0 128 L 128 128 L 128 0 L 0 0 z M 63.703125 22.755859 C 82.035925 22.755859 92.644819 32.269456 95.261719 45.660156 L 78.634766 45.660156 C 76.801466 40.380856 72.21245 36.269531 63.84375 36.269531 C 54.90125 36.269531 48.799019 41.38485 48.449219 49.46875 L 48.433594 49.46875 C 51.546039 51.424935 55.445799 52.976941 60.175781 54.15625 L 74.84375 57.498047 C 87.94255 60.453947 95.917969 67.794959 95.917969 79.755859 C 96.019869 84.966659 94.296656 90.053663 91.035156 94.164062 C 91.035156 93.747927 91.009532 93.354091 90.994141 92.951172 C 91.008841 93.345587 91.019531 93.743361 91.019531 94.150391 C 85.841631 100.66669 76.746387 104.32227 66.054688 104.32227 C 48.057787 104.32227 35.462962 95.620947 32.664062 80.498047 L 49.947266 80.498047 C 52.172466 87.440847 58.062834 90.658203 65.927734 90.658203 C 75.504946 90.658203 81.875781 85.648357 82.03125 76.861328 C 78.831263 74.841522 74.735525 73.219096 69.595703 71.904297 L 55.195312 68.6875 C 43.663913 66.1029 34.763672 60.068172 34.763672 47.076172 C 34.702972 42.059072 36.342428 37.163609 39.423828 33.162109 C 44.419828 26.700509 53.109325 22.755859 63.703125 22.755859 z "}))};