UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 833 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlusMIcon = 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: "M12 3.25002C12.4142 3.25002 12.75 3.5858 12.75 4.00002V11.2008H20C20.4142 11.2008 20.75 11.5366 20.75 11.9508C20.75 12.365 20.4142 12.7008 20 12.7008H12.75V20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20V12.7008H4C3.58579 12.7008 3.25 12.365 3.25 11.9508C3.25 11.5366 3.58579 11.2008 4 11.2008H11.25V4.00002C11.25 3.5858 11.5858 3.25002 12 3.25002Z", fill: "currentColor" }))); }); PlusMIcon.displayName = 'PlusMIcon';