UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CanadianDollarMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CanadianDollarMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.478 1.25a.75.75 0 0 1 .75.75v1.549c2.546.325 4.24 2.278 4.24 4.212a.75.75 0 0 1-1.5 0c0-1.168-1.233-2.76-3.49-2.76-1.304 0-2.14.38-2.647.868-.508.49-.759 1.162-.759 1.892 0 .874.225 1.446.569 1.864.357.433.904.774 1.68 1.064.878.33 1.253.469 1.494.558l.946.356.023.008c.508.193 1.45.55 2.27 1.186.85.66 1.626 1.669 1.626 3.138 0 1.332-.434 2.522-1.357 3.373-.767.708-1.806 1.122-3.053 1.238V22a.75.75 0 0 1-1.5 0v-1.452c-1.257-.108-2.35-.493-3.182-1.133C12.58 18.638 12 17.513 12 16.199a.75.75 0 0 1 1.5 0c0 .836.353 1.526 1.004 2.027.666.514 1.684.854 3.016.854 1.323 0 2.223-.355 2.786-.874.556-.513.874-1.27.874-2.27 0-.864-.433-1.478-1.046-1.954-.63-.49-1.389-.781-1.904-.976-.555-.21-.647-.245-.934-.351l-1.502-.561c-.9-.337-1.72-.797-2.311-1.515-.605-.735-.91-1.664-.91-2.818 0-1.076.374-2.159 1.217-2.972.709-.683 1.695-1.125 2.938-1.25V2a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }), react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", d: "M10 15c-.615-1.125-1.846-2.25-3.692-2.25S2 14.275 2 17.25s2.462 4.5 4.308 4.5S9.385 20.625 10 19.5" }))); }); exports.CanadianDollarMIcon.displayName = 'CanadianDollarMIcon';