@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 644 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RoubleSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 1h-.75v6.5h-.5a.75.75 0 0 0 0 1.5h.5v1.5h-.5a.75.75 0 0 0 0 1.5h.5v2.25a.75.75 0 0 0 1.5 0V12h3.5a.75.75 0 0 0 0-1.5h-3.5V9h3.5a4 4 0 0 0 0-8zm3.25 6.5h1a2.5 2.5 0 0 0 0-5h-3.5v5z", clipRule: "evenodd" }))); });
RoubleSIcon.displayName = 'RoubleSIcon';