UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoubleCircleFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.RoubleCircleFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.8943 18.8943C17.0658 20.7228 14.5859 21.75 12 21.75C9.41414 21.75 6.93419 20.7228 5.10571 18.8943C3.27723 17.0658 2.25 14.5859 2.25 12C2.25 9.41414 3.27723 6.93419 5.10571 5.10571C6.93419 3.27723 9.41414 2.25 12 2.25C14.5859 2.25 17.0658 3.27723 18.8943 5.10571C20.7228 6.93419 21.75 9.41414 21.75 12C21.75 14.5859 20.7228 17.0658 18.8943 18.8943ZM10.2846 6.15H12.9811C17.4245 6.15 17.4329 12.445 12.9811 12.445H10.9701V13.95H13.95C14.4375 13.95 14.6813 14.3027 14.6813 14.6813C14.6813 15.0599 14.4375 15.4125 13.9561 15.4125H10.9701V17.1643C10.9701 17.5429 10.6724 17.8498 10.2938 17.8498C9.91515 17.8498 9.5625 17.5429 9.5625 17.1643V15.4125H8.81602C8.43741 15.4125 8.1 15.0599 8.1 14.6813C8.1 14.3027 8.43741 13.95 8.81602 13.95H9.5625V12.445H8.81602C8.43741 12.445 8.1 12.138 8.1 11.7594C8.1 11.3808 8.43741 11.025 8.81602 11.025H9.5625V6.83555C9.5625 6.45694 9.90599 6.15 10.2846 6.15ZM11.025 11.025V7.58798H12.975C15.5643 7.58798 15.5627 11.025 12.975 11.025H11.025Z", fill: "currentColor" }))); }); exports.RoubleCircleFilledMIcon.displayName = 'RoubleCircleFilledMIcon';