@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 2.61 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 API24 = (_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 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.987 5.076c.151-.082.408-.159.846-.159v-1.5c-.604 0-1.128.105-1.563.342a2.174 2.174 0 0 0-.937.997C2.998 5.459 3 6.336 3 7.002v.082c0 .784-.015 1.32-.188 1.682a.676.676 0 0 1-.3.325c-.15.082-.408.16-.845.16v1.5c.437 0 .694.077.845.159.14.075.23.177.3.324.173.362.188.899.188 1.683v.082c0 .665-.002 1.543.333 2.246.19.4.49.753.937.997.435.237.96.342 1.563.342v-1.5c-.438 0-.695-.077-.846-.16a.677.677 0 0 1-.3-.324c-.172-.362-.187-.899-.187-1.683v-.082c0-.665.001-1.543-.333-2.246A2.25 2.25 0 0 0 3.765 10c.168-.177.3-.376.402-.589.334-.703.333-1.58.333-2.246v-.081c0-.785.015-1.321.187-1.683a.676.676 0 0 1 .3-.325Zm10.025 0c-.15-.082-.408-.159-.846-.159v-1.5c.604 0 1.128.105 1.564.342.447.243.746.597.937.997.334.703.333 1.58.333 2.246v.082c0 .784.015 1.32.187 1.682.07.147.162.25.3.325.151.082.408.16.846.16v1.5c-.438 0-.695.077-.846.159a.676.676 0 0 0-.3.324c-.172.362-.187.899-.187 1.683v.082c0 .665.001 1.543-.333 2.246-.19.4-.49.753-.937.997-.436.237-.96.342-1.564.342v-1.5c.438 0 .695-.077.846-.16a.677.677 0 0 0 .3-.324c.173-.362.188-.899.188-1.683v-.082c0-.665-.002-1.543.333-2.246.101-.212.233-.412.402-.589a2.247 2.247 0 0 1-.402-.589c-.335-.703-.334-1.58-.333-2.246v-.081c0-.785-.015-1.321-.188-1.683a.676.676 0 0 0-.3-.325ZM6.527 7.5h1.237l1.313 4.344H8.033l-.225-.806H6.427l-.219.806h-1L6.527 7.5Zm1.05 2.713-.475-1.681-.456 1.68h.93ZM9.649 7.5h1.456c.309 0 .582.057.82.17.24.112.428.276.562.493.137.216.206.473.206.769 0 .304-.069.566-.206.787a1.34 1.34 0 0 1-.57.506 1.933 1.933 0 0 1-.824.17h-.475v1.45h-.969V7.5Zm1.381 2.07c.209 0 .371-.055.488-.163.12-.109.181-.265.181-.47 0-.2-.058-.35-.175-.45-.112-.103-.269-.155-.469-.155h-.437v1.237h.412Zm3.305-2.07h-.969v4.344h.969V7.5Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = API24;