UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

9 lines 950 B
import React from 'react'; export default function CryptoCurrencyBitcoinImac(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>crypto-currency-bitcoin-imac</title> <path d="M9.5,12.75h.25v.75a.75.75,0,0,0,1.5,0v-.75h1v.75a.75.75,0,0,0,1.5,0v-.888A2.228,2.228,0,0,0,14.664,9a2.227,2.227,0,0,0-.914-3.611V4.5a.75.75,0,0,0-1.5,0v.75h-1V4.516a.75.75,0,0,0-1.5,0V5.25H9.5A.75.75,0,0,0,8.75,6v6A.75.75,0,0,0,9.5,12.75Zm3.5-1.5H10.25V9.75H13a.75.75,0,0,1,0,1.5Zm-2.75-4.5H13a.75.75,0,0,1,0,1.5H10.25Z"/> <path d="M21.565,1H2.434A2.518,2.518,0,0,0,0,3.589V16.5a2.96,2.96,0,0,0,2.913,3H11V21H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2H13V19.5h8.087A2.96,2.96,0,0,0,24,16.5V3.589A2.518,2.518,0,0,0,21.565,1ZM2.5,3h19a.585.585,0,0,1,.5.589V14.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V3.589A.584.584,0,0,1,2.5,3Z"/> </svg>); } //# sourceMappingURL=CryptoCurrencyBitcoinImac.js.map