Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const Vector_1 = __importDefault(require("../../../Vector"));
const wording_1 = require("../wording");
// NOTE: official Material Design vectors...
class MinusVector extends react_1.default.PureComponent {
render() {
return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording_1.wording.minusWording, { viewBox: "0 0 24 24" }),
react_1.default.createElement("path", { d: "M0 0h24v24H0z", fill: "none" })
// eslint-disable-next-line max-len
,
"// eslint-disable-next-line max-len",
react_1.default.createElement("path", { d: "M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" })));
}
}
exports.MinusVector = MinusVector;
exports.default = MinusVector;
//# sourceMappingURL=MinusVector.js.map