@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.65 kB
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 Discount20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 1.75a3.247 3.247 0 0 0-2.773 1.554 3.247 3.247 0 0 0-3.06.862 3.247 3.247 0 0 0-.862 3.06A3.247 3.247 0 0 0 1.75 10c0 1.174.623 2.202 1.555 2.773a3.247 3.247 0 0 0 .861 3.06 3.247 3.247 0 0 0 3.06.862A3.247 3.247 0 0 0 10 18.25a3.247 3.247 0 0 0 2.773-1.555 3.247 3.247 0 0 0 3.06-.862 3.247 3.247 0 0 0 .862-3.06A3.247 3.247 0 0 0 18.25 10a3.247 3.247 0 0 0-1.555-2.773 3.247 3.247 0 0 0-.862-3.06 3.247 3.247 0 0 0-3.06-.862A3.247 3.247 0 0 0 10 1.75ZM8.331 4.47a1.751 1.751 0 0 1 3.338 0l.269.85.791-.41a1.751 1.751 0 0 1 2.36 2.36l-.41.792.85.27a1.751 1.751 0 0 1 0 3.337l-.85.269.41.791a1.751 1.751 0 0 1-2.36 2.36l-.791-.41-.27.85a1.751 1.751 0 0 1-3.337 0l-.269-.85-.792.41a1.751 1.751 0 0 1-2.36-2.36l.41-.791-.85-.27a1.751 1.751 0 0 1 .001-3.337l.85-.269-.41-.792a1.751 1.751 0 0 1 2.36-2.36l.791.411.27-.85Zm4.7 3.56a.75.75 0 0 0-1.061-1.06l-5 5a.75.75 0 1 0 1.06 1.06l5-5Zm-6.906-.113a1.583 1.583 0 1 1 3.167 0 1.583 1.583 0 0 1-3.167 0Zm6.167 2.583a1.583 1.583 0 1 0 0 3.167 1.583 1.583 0 0 0 0-3.167Z" })));
};
exports.default = Discount20;