UNPKG

@heroicons/react

Version:
16 lines (14 loc) 446 B
const React = require("react"); function MinusIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z", clipRule: "evenodd" })); } module.exports = MinusIcon;