UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.39 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CoinShareSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#CoinShareSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.577 5.212a5.212 5.212 0 1 1 10.423 0 5.212 5.212 0 0 1-10.423 0M10.789 1.5a3.712 3.712 0 1 0 0 7.423 3.712 3.712 0 0 0 0-7.423M0 8.558a.75.75 0 0 1 .75-.75h2.98c.79 0 1.549.314 2.108.873l1.298 1.298c.47.471.648 1.124.532 1.733h3.492a2.61 2.61 0 0 1 2.61 2.608A1.68 1.68 0 0 1 12.09 16H4.904a2.98 2.98 0 0 1-1.908-.69L.27 13.037a.75.75 0 1 1 .96-1.153l2.726 2.272c.266.222.601.343.948.343h7.186c.099 0 .18-.08.18-.18 0-.612-.497-1.109-1.11-1.109H6.277a1.93 1.93 0 0 1-1.875-.498l-.836-.836a.75.75 0 0 1 1.06-1.061l.837.836c.121.121.296.156.447.104l.007-.003a.433.433 0 0 0 .158-.713L4.777 9.74a1.48 1.48 0 0 0-1.047-.433H.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "CoinShareSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CoinShareSIcon.displayName = 'CoinShareSIcon';