UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DirhamSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DirhamSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.75 1a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-1.5 0v-9A.75.75 0 0 1 1.75 1m9.99 1.5c-.83 0-1.603.437-2.127 1.182a.75.75 0 0 1-1.226-.864C9.149 1.734 10.354 1 11.74 1 14.182 1 16 3.222 16 5.75s-1.818 4.75-4.26 4.75c-1.386 0-2.59-.734-3.353-1.819a.75.75 0 0 1 1.226-.862C10.137 8.563 10.91 9 11.74 9c1.435 0 2.76-1.36 2.76-3.25S13.175 2.5 11.74 2.5M4.5 7.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M7 12a1.25 1.25 0 1 0 0 2.5.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.55a2.75 2.75 0 0 1 2.45-4A.75.75 0 0 1 7 12", clipRule: "evenodd" }))); }); exports.DirhamSIcon.displayName = 'DirhamSIcon';