@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.22 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoinDownSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CoinDownSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CoinDownSIcon__a)", clipRule: "evenodd" },
react_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "CoinDownSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.CoinDownSIcon.displayName = 'CoinDownSIcon';