UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DirhamMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.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" }))); }); DirhamMIcon.displayName = 'DirhamMIcon';