UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

23 lines 1.34 kB
import React from 'react'; export default function CryptoCurrencyBitcoinImac2(props) { return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}', }}/> </defs> <title>crypto-currency-bitcoin-imac</title> <line className="cls-1" x1="10.5" y1="4.021" x2="10.5" y2={6}/> <line className="cls-1" x1="12.5" y1="4.021" x2="12.5" y2={6}/> <line className="cls-1" x1="10.5" y1="12.021" x2="10.5" y2={14}/> <line className="cls-1" x1="12.5" y1="12.021" x2="12.5" y2={14}/> <path className="cls-1" d="M14.5,7.5A1.5,1.5,0,0,1,13,9H9.5V6H13A1.5,1.5,0,0,1,14.5,7.5Z"/> <path className="cls-1" d="M14.5,10.5A1.5,1.5,0,0,1,13,12H9.5V9H13A1.5,1.5,0,0,1,14.5,10.5Z"/> <rect className="cls-1" x={3} y="-0.5" width={18} height={23} rx="1.5" ry="1.5" transform="translate(1 23) rotate(-90)"/> <line className="cls-1" x1={5} y1={22} x2={19} y2={22}/> <line className="cls-1" x1={12} y1={20} x2={12} y2={22}/> <path className="cls-1" d="M12,17.75a.25.25,0,1,1-.25.25.25.25,0,0,1,.25-.25"/> <line className="cls-1" x1="0.5" y1={16} x2="23.5" y2={16}/> </svg>); } //# sourceMappingURL=CryptoCurrencyBitcoinImac2.js.map