@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.57 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlusCircleMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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.2864 6.16637 17.8336C7.71354 19.3808 9.81196 20.25 12 20.25C14.188 20.25 16.2864 19.3808 17.8336 17.8336C19.3808 16.2864 20.25 14.188 20.25 12C20.25 9.81196 19.3808 7.71354 17.8336 6.16637C16.2864 4.61919 14.188 3.75 12 3.75ZM12 7.09616C12.4142 7.09616 12.75 7.43195 12.75 7.84616V11.25H16.1539C16.5681 11.25 16.9039 11.5858 16.9039 12C16.9039 12.4142 16.5681 12.75 16.1539 12.75H12.75V16.1538C12.75 16.5681 12.4142 16.9038 12 16.9038C11.5858 16.9038 11.25 16.5681 11.25 16.1538V12.75H7.84619C7.43198 12.75 7.09619 12.4142 7.09619 12C7.09619 11.5858 7.43198 11.25 7.84619 11.25H11.25V7.84616C11.25 7.43195 11.5858 7.09616 12 7.09616Z", fill: "currentColor" }))); });
PlusCircleMIcon.displayName = 'PlusCircleMIcon';