@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 906 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlusSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00004 0.250122C8.41425 0.250122 8.75004 0.585909 8.75004 1.00012V7.2069H15C15.4142 7.2069 15.75 7.54269 15.75 7.9569C15.75 8.37111 15.4142 8.7069 15 8.7069H8.75004V14.9999C8.75004 15.4141 8.41425 15.7499 8.00004 15.7499C7.58583 15.7499 7.25004 15.4141 7.25004 14.9999V8.7069H1.00024C0.586031 8.7069 0.250244 8.37111 0.250244 7.9569C0.250244 7.54269 0.586031 7.2069 1.00024 7.2069H7.25004V1.00012C7.25004 0.585909 7.58583 0.250122 8.00004 0.250122Z", fill: "currentColor" }))); });
PlusSIcon.displayName = 'PlusSIcon';