@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlusCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlusCircleFilledMIcon = (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.8943C20.7228 17.0658 21.75 14.5859 21.75 12C21.75 9.41414 20.7228 6.93419 18.8943 5.10571C17.0658 3.27723 14.5859 2.25 12 2.25C9.41414 2.25 6.93419 3.27723 5.10571 5.10571C3.27723 6.93419 2.25 9.41414 2.25 12C2.25 14.5859 3.27723 17.0658 5.10571 18.8943C6.93419 20.7228 9.41414 21.75 12 21.75C14.5859 21.75 17.0658 20.7228 18.8943 18.8943ZM12.7313 7.95001C12.7313 7.54615 12.4039 7.21876 12 7.21876C11.5961 7.21876 11.2688 7.54615 11.2688 7.95001V11.2688H7.95004C7.54618 11.2688 7.21879 11.5961 7.21879 12C7.21879 12.4039 7.54618 12.7313 7.95004 12.7313H11.2688V16.05C11.2688 16.4539 11.5961 16.7813 12 16.7813C12.4039 16.7813 12.7313 16.4539 12.7313 16.05V12.7313H16.05C16.4539 12.7313 16.7813 12.4039 16.7813 12C16.7813 11.5961 16.4539 11.2688 16.05 11.2688H12.7313V7.95001Z", fill: "currentColor" }))); });
exports.PlusCircleFilledMIcon.displayName = 'PlusCircleFilledMIcon';