@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 889 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const PriceTag48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M29 4.5a1.5 1.5 0 0 0-1.06.44l-23 23a1.5 1.5 0 0 0 0 2.12l13 13a1.5 1.5 0 0 0 2.12 0l23-23A1.5 1.5 0 0 0 43.5 19V6A1.5 1.5 0 0 0 42 4.5H29ZM8.121 29l21.5-21.5H40.5v10.879L19 39.879 8.121 29ZM30 16a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" })));
};
exports.default = PriceTag48;