@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.32 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoubleCircleOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RoubleCircleOutlineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.52 2.52a7.75 7.75 0 1 1 10.96 10.96A7.75 7.75 0 0 1 2.52 2.52M8 1.94a6.06 6.06 0 1 0 0 12.12A6.06 6.06 0 0 0 8 1.94", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.57 4.055a.74.74 0 0 1 .74-.74h2.662c.31 0 .94.131 1.51.482.605.375 1.217 1.054 1.217 2.136s-.612 1.762-1.218 2.136c-.569.352-1.2.483-1.509.483H7.05v.822h2.43a.74.74 0 1 1 0 1.48H7.05v1.092a.74.74 0 0 1-1.48 0v-1.093h-.528a.74.74 0 0 1 0-1.48h.528v-.821h-.528a.74.74 0 0 1 0-1.48h.528zm1.479 3.017h1.926a1.965 1.965 0 0 0 .728-.261c.304-.188.516-.448.516-.878s-.212-.69-.515-.877a2 2 0 0 0-.729-.261H7.05z", clipRule: "evenodd" }))); });
exports.RoubleCircleOutlineSIcon.displayName = 'RoubleCircleOutlineSIcon';