UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CoinShareMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.346 8.827a5.827 5.827 0 1 1 11.654 0 5.827 5.827 0 0 1-11.654 0M15.173 4.5a4.327 4.327 0 1 0 0 8.654 4.327 4.327 0 0 0 0-8.654M3 12.635a.75.75 0 0 1 .75-.75h3.39c.873 0 1.71.346 2.326.963l1.478 1.477c.542.543.725 1.309.549 2.002h4.103a2.865 2.865 0 0 1 2.866 2.865c0 .999-.81 1.808-1.808 1.808H8.477c-.77 0-1.515-.27-2.106-.762L3.27 17.653a.75.75 0 1 1 .96-1.152l3.102 2.584c.321.268.726.415 1.145.415h8.177c.17 0 .308-.138.308-.308 0-.754-.612-1.365-1.366-1.365h-5.57a2.1 2.1 0 0 1-2.047-.537l-.952-.952a.75.75 0 1 1 1.061-1.06l.952.951a.596.596 0 1 0 .843-.843l-1.478-1.478a1.8 1.8 0 0 0-1.264-.523H3.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); CoinShareMIcon.displayName = 'CoinShareMIcon';