UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.86 kB
"use strict"; 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0C3.57841 0 0 3.57881 0 8C0 12.4212 3.57841 16 8 16C12.4212 16 15.999 12.4212 15.999 7.99998C15.999 3.57879 12.4212 0 8 0ZM5.53571 4C5.53571 3.58579 5.8715 3.25 6.28571 3.25H8.98573C9.29921 3.25 9.93884 3.38314 10.5155 3.73931C11.1299 4.11875 11.75 4.80754 11.75 5.90476C11.75 7.00198 11.1299 7.69078 10.5155 8.07022C9.93884 8.42639 9.29921 8.55952 8.98573 8.55952H7.03571V9.39286H9.50001C9.91422 9.39286 10.25 9.72864 10.25 10.1429C10.25 10.5571 9.91422 10.8929 9.50001 10.8929H7.03571V12C7.03571 12.4142 6.69993 12.75 6.28571 12.75C5.8715 12.75 5.53571 12.4142 5.53571 12V10.8929H5C4.58579 10.8929 4.25 10.5571 4.25 10.1429C4.25 9.72864 4.58579 9.39286 5 9.39286H5.53571V8.55952H5C4.58579 8.55952 4.25 8.22374 4.25 7.80952C4.25 7.39531 4.58579 7.05952 5 7.05952H5.53571V4ZM8.98573 7.05952H7.03571V4.75H8.98573C8.98573 4.75 8.98558 4.75012 8.98896 4.7505C9.00789 4.75261 9.09778 4.76262 9.23827 4.80293C9.39216 4.84707 9.56718 4.91662 9.72734 5.01553C10.0344 5.20516 10.25 5.46875 10.25 5.90476C10.25 6.34078 10.0344 6.60437 9.72734 6.794C9.56718 6.89291 9.39216 6.96245 9.23827 7.0066C9.09778 7.0469 9.00789 7.05692 8.98896 7.05902C8.98558 7.0594 8.98573 7.05952 8.98573 7.05952Z", fill: "currentColor" }))); }); exports.RoubleCircleFilledSIcon.displayName = 'RoubleCircleFilledSIcon';