UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.61 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DirhamSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.75 1C2.16421 1 2.5 1.33579 2.5 1.75L2.5 10.75C2.5 11.1642 2.16421 11.5 1.75 11.5C1.33579 11.5 1 11.1642 1 10.75L1 1.75C1 1.33579 1.33579 1 1.75 1ZM11.7401 2.5C10.9098 2.5 10.137 2.9372 9.61344 3.6815C9.37513 4.02029 8.90729 4.10175 8.5685 3.86344C8.22971 3.62513 8.14825 3.15729 8.38656 2.8185C9.1495 1.73387 10.3535 1 11.7401 1C14.1819 1 16 3.22174 16 5.75C16 8.27826 14.1819 10.5 11.7401 10.5C10.3535 10.5 9.1495 9.76612 8.38656 8.6815C8.14825 8.34271 8.22971 7.87487 8.5685 7.63656C8.90729 7.39825 9.37513 7.47971 9.61344 7.8185C10.137 8.5628 10.9098 9 11.7401 9C13.1753 9 14.5 7.64002 14.5 5.75C14.5 3.85998 13.1753 2.5 11.7401 2.5ZM4.5 7.25C4.91421 7.25 5.25 7.58579 5.25 8V9C5.25 9.41421 4.91421 9.75 4.5 9.75C4.08579 9.75 3.75 9.41421 3.75 9V8C3.75 7.58579 4.08579 7.25 4.5 7.25ZM7 12C6.30964 12 5.75 12.5596 5.75 13.25C5.75 13.9404 6.30964 14.5 7 14.5C7.41421 14.5 7.75 14.8358 7.75 15.25C7.75 15.6642 7.41421 16 7 16H3C2.58579 16 2.25 15.6642 2.25 15.25C2.25 14.8358 2.58579 14.5 3 14.5H4.54985C4.35814 14.125 4.25 13.7001 4.25 13.25C4.25 11.7312 5.48122 10.5 7 10.5C7.41421 10.5 7.75 10.8358 7.75 11.25C7.75 11.6642 7.41421 12 7 12Z", fill: "currentColor" }))); }); DirhamSIcon.displayName = 'DirhamSIcon';