UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 966 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RoubleCircleFilledMIcon = 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: "M18.894 18.894A9.75 9.75 0 1 1 5.106 5.106a9.75 9.75 0 0 1 13.788 13.788M10.284 6.15h2.697c4.443 0 4.452 6.295 0 6.295h-2.01v1.505h2.979c.488 0 .731.353.731.731 0 .379-.243.732-.725.732H10.97v1.751a.68.68 0 0 1-.676.686c-.379 0-.732-.307-.732-.686v-1.752h-.746c-.379 0-.716-.352-.716-.73 0-.38.337-.732.716-.732h.746v-1.505h-.746c-.379 0-.716-.307-.716-.686 0-.378.337-.734.716-.734h.746v-4.19c0-.378.344-.685.723-.685m.741 4.875V7.588h1.95c2.59 0 2.588 3.437 0 3.437z", clipRule: "evenodd" }))); }); RoubleCircleFilledMIcon.displayName = 'RoubleCircleFilledMIcon';