UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CoinShareSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4223_8525)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57693 5.21154C5.57693 2.33328 7.91021 0 10.7885 0C13.6667 0 16 2.33328 16 5.21154C16 8.0898 13.6667 10.4231 10.7885 10.4231C7.91021 10.4231 5.57693 8.08979 5.57693 5.21154ZM10.7885 1.5C8.73864 1.5 7.07693 3.16171 7.07693 5.21154C7.07693 7.26137 8.73864 8.92308 10.7885 8.92308C12.8383 8.92308 14.5 7.26136 14.5 5.21154C14.5 3.16172 12.8383 1.5 10.7885 1.5ZM3.55044e-06 8.55769C3.55044e-06 8.14348 0.33579 7.80769 0.750004 7.80769H3.72983C4.52039 7.80769 5.27855 8.12173 5.83756 8.68074L7.1361 9.97929C7.60692 10.4501 7.7841 11.1034 7.66762 11.7115H11.1603C12.6012 11.7115 13.7692 12.8796 13.7692 14.3205C13.7692 15.2481 13.0173 16 12.0898 16H4.90381C4.20656 16 3.5313 15.7556 2.99557 15.3091C2.99554 15.3091 2.9956 15.3091 2.99557 15.3091L0.269871 13.0377C-0.0483393 12.7725 -0.0913371 12.2996 0.173833 11.9814C0.439003 11.6632 0.911926 11.6202 1.23014 11.8854L3.95583 14.1567C4.22189 14.3785 4.55737 14.5 4.90381 14.5H12.0898C12.1889 14.5 12.2692 14.4196 12.2692 14.3205C12.2692 13.708 11.7727 13.2115 11.1603 13.2115H6.2774C5.63054 13.3871 4.91029 13.2209 4.40237 12.713L3.56583 11.8765C3.27293 11.5836 3.27293 11.1087 3.56583 10.8158C3.85872 10.5229 4.33359 10.5229 4.62649 10.8158L5.46302 11.6524C5.46302 11.6524 5.46302 11.6524 5.46302 11.6524C5.58402 11.7733 5.75882 11.8078 5.91043 11.7556C5.91273 11.7548 5.91505 11.754 5.91736 11.7532C5.97505 11.7322 6.02918 11.6986 6.07545 11.6524C6.24455 11.4833 6.24456 11.2091 6.07544 11.0399L4.7769 9.7414C4.49919 9.4637 4.12256 9.30769 3.72983 9.30769H0.750004C0.33579 9.30769 3.55044e-06 8.9719 3.55044e-06 8.55769Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4223_8525" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); CoinShareSIcon.displayName = 'CoinShareSIcon';