@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlusSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlusSIcon = (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: "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" }))); });
exports.PlusSIcon.displayName = 'PlusSIcon';