UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CoinDownMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CoinDownMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C7.02944 2 3 6.02944 3 11C3 13.6655 4.15875 16.0604 6 17.7083H18C19.8412 16.0604 21 13.6655 21 11C21 6.02944 16.9706 2 12 2ZM15.5303 12.2803C15.8232 11.9874 15.8232 11.5126 15.5303 11.2197C15.2374 10.9268 14.7626 10.9268 14.4697 11.2197L12.7886 12.9007L12.75 7.74644C12.748 7.33223 12.4107 6.99804 11.9964 7C11.5822 7.00196 11.248 7.33934 11.25 7.75354L11.289 12.9783L9.53033 11.2197C9.23744 10.9268 8.76256 10.9268 8.46967 11.2197C8.17678 11.5126 8.17678 11.9874 8.46967 12.2803L11.4697 15.2803C11.6221 15.4328 11.8239 15.5059 12.0236 15.4996C12.0327 15.4999 12.0418 15.5 12.0509 15.5C12.3376 15.4986 12.586 15.3366 12.7111 15.0996L15.5303 12.2803Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.25 20C2.25 19.5858 2.58579 19.25 3 19.25H21C21.4142 19.25 21.75 19.5858 21.75 20C21.75 20.4142 21.4142 20.75 21 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20Z", fill: "currentColor" }))); }); exports.CoinDownMIcon.displayName = 'CoinDownMIcon';