@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.34 kB
JavaScript
'use strict';
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 Premium24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.535 4a2 2 0 0 0-1.664.89L2.588 8.316a2 2 0 0 0 .146 2.411l7.747 9.039a2 2 0 0 0 3.037 0l7.748-9.039a2 2 0 0 0 .146-2.411l-2.283-3.424A2 2 0 0 0 17.464 4H6.536Zm0 2h1.973l-1.11 2.5h-2.53L6.535 6Zm1.957 2.5L9.602 6h4.795l1.111 2.5H8.492Zm7.035 2H8.473l3.298 7.696.229.267.23-.267 3.297-7.696Zm-1.122 5.157 2.21-5.157h2.21l-4.42 5.157ZM16.603 8.5 15.49 6h1.974l1.666 2.5h-2.528Zm-11.429 2h2.21l2.21 5.158-4.42-5.158Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = Premium24;