@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DollarMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DollarMIcon = (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: "M11.728 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.646.868-.51.49-.76 1.162-.76 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.133-1.008-.777-1.588-1.902-1.588-3.216a.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" }))); });
exports.DollarMIcon.displayName = 'DollarMIcon';