UNPKG

infinity-forge

Version:
9 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinusIcon = MinusIcon; var jsx_runtime_1 = require("react/jsx-runtime"); function MinusIcon(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' }) })); } //# sourceMappingURL=icon-Minus.js.map