UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

21 lines 1.17 kB
import React from 'react'; export default function CryptoCurrencyBitcoinImac1(props) { return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}', }}/> </defs> <title>crypto-currency-bitcoin-imac</title> <line className="a" x1="8.249" y1="23.25" x2="15.749" y2="23.25"/> <path className="a" d="M18,.75h2.25a3,3,0,0,1,3,3v12a3,3,0,0,1-3,3H3.749a3,3,0,0,1-3-3v-12a3,3,0,0,1,3-3H6"/> <line className="a" x1="8.999" y1="8.25" x2="13.499" y2="8.25"/> <line className="a" x1="13.499" y1="3.75" x2="13.499" y2="1.5"/> <line className="a" x1="13.499" y1="12.75" x2="13.499" y2={15}/> <line className="a" x1="10.499" y1="3.75" x2="10.499" y2="1.5"/> <line className="a" x1="10.499" y1="12.75" x2="10.499" y2={15}/> <path className="a" d="M13.5,3.75a2.25,2.25,0,1,1,0,4.5,2.25,2.25,0,1,1,0,4.5H9v-9Z"/> <line className="a" x1="11.999" y1="18.75" x2="11.999" y2="23.25"/> </svg>); } //# sourceMappingURL=CryptoCurrencyBitcoinImac1.js.map