Files
2026-02-21 10:33:18 +01:00

9 lines
509 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Minus = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Minus = (props) => {
return ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z" }) }));
};
exports.Minus = Minus;