UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.82 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlusCircleFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlusCircleFilledSIcon = (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: "M15.75 8C15.75 10.0554 14.9335 12.0267 13.4801 13.4801C12.0267 14.9335 10.0554 15.75 8 15.75C5.94457 15.75 3.97333 14.9335 2.51992 13.4801C1.06652 12.0267 0.25 10.0554 0.25 8C0.25 5.94457 1.06652 3.97333 2.51992 2.51992C3.97333 1.06652 5.94457 0.25 8 0.25C10.0554 0.25 12.0267 1.06652 13.4801 2.51992C14.9335 3.97333 15.75 5.94457 15.75 8ZM8 3.84821C8.22022 3.84821 8.43143 3.9357 8.58715 4.09142C8.74287 4.24714 8.83036 4.45835 8.83036 4.67857V7.16964H11.3214C11.5417 7.16964 11.7529 7.25713 11.9086 7.41285C12.0643 7.56857 12.1518 7.77978 12.1518 8C12.1518 8.22022 12.0643 8.43143 11.9086 8.58715C11.7529 8.74287 11.5417 8.83036 11.3214 8.83036H8.83036V11.3214C8.83036 11.5417 8.74287 11.7529 8.58715 11.9086C8.43143 12.0643 8.22022 12.1518 8 12.1518C7.77978 12.1518 7.56857 12.0643 7.41285 11.9086C7.25713 11.7529 7.16964 11.5417 7.16964 11.3214V8.83036H4.67857C4.45835 8.83036 4.24714 8.74287 4.09142 8.58715C3.9357 8.43143 3.84821 8.22022 3.84821 8C3.84821 7.77978 3.9357 7.56857 4.09142 7.41285C4.24714 7.25713 4.45835 7.16964 4.67857 7.16964H7.16964V4.67857C7.16964 4.45835 7.25713 4.24714 7.41285 4.09142C7.56857 3.9357 7.77978 3.84821 8 3.84821Z", fill: "currentColor" }))); }); exports.PlusCircleFilledSIcon.displayName = 'PlusCircleFilledSIcon';