UNPKG

infinity-forge

Version:
9 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconPlusSharp = IconPlusSharp; var jsx_runtime_1 = require("react/jsx-runtime"); function IconPlusSharp(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '10', height: '10', viewBox: '0 0 10 10', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.28571 4.28571V0H5.71429V4.28571H10V5.71429H5.71429V10H4.28571V5.71429H0V4.28571H4.28571Z', fill: color }) })); } //# sourceMappingURL=icon-plus-sharp.js.map