UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 945 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RoubleSIcon = 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: "M5 1H4.25V1.75V7.5H3.75C3.33579 7.5 3 7.83579 3 8.25C3 8.66421 3.33579 9 3.75 9H4.25V10.5H3.75C3.33579 10.5 3 10.8358 3 11.25C3 11.6642 3.33579 12 3.75 12H4.25V14.25C4.25 14.6642 4.58579 15 5 15C5.41421 15 5.75 14.6642 5.75 14.25V12H9.25C9.66421 12 10 11.6642 10 11.25C10 10.8358 9.66421 10.5 9.25 10.5H5.75V9H8.25H9.25C11.4591 9 13.25 7.20914 13.25 5C13.25 2.79086 11.4591 1 9.25 1H5ZM8.25 7.5H9.25C10.6307 7.5 11.75 6.38071 11.75 5C11.75 3.61929 10.6307 2.5 9.25 2.5H5.75V7.5H8.25Z", fill: "currentColor" }))); }); RoubleSIcon.displayName = 'RoubleSIcon';