UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DirhamMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DirhamMIcon = (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: "M3.75 3a.75.75 0 0 1 .75.75V16A.75.75 0 0 1 3 16V3.75A.75.75 0 0 1 3.75 3m12.5 1.5c-1.49 0-2.83.863-3.597 2.22a.75.75 0 1 1-1.306-.738C12.344 4.217 14.151 3 16.25 3 19.491 3 22 5.867 22 9.25s-2.509 6.25-5.75 6.25c-2.1 0-3.906-1.217-4.903-2.982a.75.75 0 0 1 1.306-.738C13.42 13.137 14.761 14 16.25 14c2.282 0 4.25-2.058 4.25-4.75S18.532 4.5 16.25 4.5M8 11.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75M10 17a1.25 1.25 0 1 0 0 2.5.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h2.8a2.75 2.75 0 0 1 2.45-4 .75.75 0 0 1 0 1.5", clipRule: "evenodd" }))); }); exports.DirhamMIcon.displayName = 'DirhamMIcon';