@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.86 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_1990_1369)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.25 14.3334C0.25 13.9192 0.585786 13.5834 1 13.5834H15C15.4142 13.5834 15.75 13.9192 15.75 14.3334C15.75 14.7476 15.4142 15.0834 15 15.0834H1C0.585786 15.0834 0.25 14.7476 0.25 14.3334Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0C3.58172 0 0 3.58172 0 8C0 9.45715 0.389577 10.8233 1.07026 12H14.9297C15.6104 10.8233 16 9.45715 16 8C16 3.58172 12.4183 0 8 0ZM8.74998 3.24645C8.74802 2.83224 8.41065 2.49805 7.99644 2.50001C7.58223 2.50197 7.24804 2.83934 7.25 3.25355L7.24277 7.9626L6.5 7.21983C6.20711 6.92694 5.73223 6.92694 5.43934 7.21983C5.14645 7.51273 5.14645 7.9876 5.43934 8.28049L7.43934 10.2805C7.58978 10.4309 7.80286 10.5041 8 10.5C8.16429 10.5057 8.34967 10.4335 8.49967 10.2835L10.5 8.28049C10.7929 7.9876 10.7929 7.51273 10.5 7.21983C10.2071 6.92694 9.73223 6.92694 9.43934 7.21983L8.74257 7.9166L8.74998 3.24645Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_1990_1369" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.CoinDownSIcon.displayName = 'CoinDownSIcon';