UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.23 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var ZeroXbtc = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm0-4.742c6.218 0 11.258-5.04 11.258-11.258 0-6.218-5.04-11.258-11.258-11.258C9.782 4.742 4.742 9.782 4.742 16c0 6.218 5.04 11.258 11.258 11.258zm0-.662c-5.852 0-10.596-4.744-10.596-10.596S10.148 5.404 16 5.404 26.596 10.148 26.596 16 21.852 26.596 16 26.596zm-1.91-2.464c.248-.102 1.218-.85 2.155-1.655a51.685 51.685 0 003.348-3.113c1.026-1.026 1.407-1.467 1.47-1.695.222-.801-2.205-9.606-2.699-9.795-.301-.116-2.993 2.123-5.377 4.467-1.398 1.374-1.785 1.831-1.815 2.13-.02.231.06.81.209 1.496.593 2.722 1.672 6.483 2.218 7.718.229.524.255.547.49.447z", key: "k0" }))); }); ZeroXbtc.displayName = 'ZeroXbtc'; export var ZeroXbtcDimensions = { height: 32, width: 32 };