@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoubleCircleFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RoubleCircleFilledSIcon = (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: "M8 0C3.578 0 0 3.579 0 8s3.578 8 8 8a7.995 7.995 0 0 0 7.999-8c0-4.421-3.578-8-7.999-8M5.536 4a.75.75 0 0 1 .75-.75h2.7c.313 0 .953.133 1.53.49.614.379 1.234 1.068 1.234 2.165s-.62 1.786-1.235 2.165c-.576.356-1.216.49-1.53.49h-1.95v.833H9.5a.75.75 0 0 1 0 1.5H7.036V12a.75.75 0 0 1-1.5 0v-1.107H5a.75.75 0 0 1 0-1.5h.536V8.56H5a.75.75 0 1 1 0-1.5h.536zm3.45 3.06h-1.95V4.75h1.953c.019.003.109.013.25.053.153.044.328.114.488.213.307.19.523.453.523.889s-.216.7-.523.889a2 2 0 0 1-.738.265z", clipRule: "evenodd" }))); });
exports.RoubleCircleFilledSIcon.displayName = 'RoubleCircleFilledSIcon';