UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RoubleCircleOutlineMIcon = 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: "M5.106 5.106a9.75 9.75 0 1 1 13.788 13.788A9.75 9.75 0 0 1 5.106 5.106M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.006 6h-2.765c-.389 0-.741.315-.741.703V11h-.766c-.388 0-.734.365-.734.754 0 .388.346.703.734.703H9.5V14h-.766c-.388 0-.734.362-.734.75 0 .389.346.75.734.75H9.5v1.797c0 .388.362.703.75.703a.695.695 0 0 0 .694-.703V15.5h3.062c.494 0 .744-.361.744-.75 0-.388-.25-.75-.75-.75h-3.056v-1.543h2.062c4.566 0 4.558-6.457 0-6.457M11 7.475V11h2c2.654 0 2.656-3.525 0-3.525z", clipRule: "evenodd" }))); }); RoubleCircleOutlineMIcon.displayName = 'RoubleCircleOutlineMIcon';