UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoubleCircleMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.RoubleCircleMIcon = (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: "M5.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.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.10571ZM12 3.75C9.81196 3.75 7.71354 4.61919 6.16637 6.16637C4.61919 7.71354 3.75 9.81196 3.75 12C3.75 14.188 4.61919 16.2865 6.16637 17.8336C7.71354 19.3808 9.81196 20.25 12 20.25C14.188 20.25 16.2865 19.3808 17.8336 17.8336C19.3808 16.2865 20.25 14.188 20.25 12C20.25 9.81196 19.3808 7.71354 17.8336 6.16637C16.2865 4.61919 14.188 3.75 12 3.75Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0063 6.00024H10.2406C9.85229 6.00024 9.5 6.31506 9.5 6.70337V11.0002H8.73437C8.34606 11.0002 8 11.3652 8 11.7535C8 12.1418 8.34606 12.4566 8.73437 12.4566H9.5V14.0002H8.73437C8.34606 14.0002 8 14.3619 8 14.7502C8 15.1386 8.34606 15.5002 8.73437 15.5002H9.5V17.2969C9.5 17.6852 9.86169 18 10.25 18C10.6383 18 10.9437 17.6852 10.9437 17.2969V15.5002H14.0063C14.5 15.5002 14.75 15.1386 14.75 14.7502C14.75 14.3619 14.5 14.0002 14 14.0002H10.9437V12.4566H13.0063C17.5722 12.4566 17.5636 6.00024 13.0063 6.00024ZM11 7.4751V11.0002H13C15.6541 11.0002 15.6557 7.4751 13 7.4751H11Z", fill: "currentColor" }))); }); exports.RoubleCircleMIcon.displayName = 'RoubleCircleMIcon';