UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.02 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CoinDownSIcon = 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CoinDownSIcon__a)", clipRule: "evenodd" }, React.createElement("path", { d: "M.25 14.333a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H1a.75.75 0 0 1-.75-.75M8 0a8 8 0 0 0-6.93 12h13.86A8 8 0 0 0 8 0m.75 3.246a.75.75 0 1 0-1.5.008l-.007 4.709L6.5 7.22a.75.75 0 0 0-1.06 1.06l2 2c.15.15.363.224.56.22a.7.7 0 0 0 .5-.216l2-2.004a.75.75 0 1 0-1.06-1.06l-.697.697z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "CoinDownSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CoinDownSIcon.displayName = 'CoinDownSIcon';