@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.35 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 PackageAdd20 = (_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: "M15.417 1.75a2.833 2.833 0 1 0 0 5.667 2.833 2.833 0 0 0 0-5.667Zm-3.385 1.032a3.833 3.833 0 1 1 5.385 5.072v5.896a.75.75 0 0 1-.383.654l-6.666 3.75a.75.75 0 0 1-.736 0l-6.666-3.75a.75.75 0 0 1-.383-.654v-7.5a.75.75 0 0 1 .383-.654L5.893 3.95a1 1 0 0 1 .634-.357l3.105-1.747a.75.75 0 0 1 .736 0l1.664.936Zm-.435 1.477L10 3.36l-1.734.975 3.822 2.15a3.816 3.816 0 0 1-.491-2.227Zm2.594 3.957-.112.063v2.554a1 1 0 1 1-2 0v-1.43l-1.58.89v6.065l5.418-3.047V8.384a3.87 3.87 0 0 1-1.726-.168Zm2.83-4.82a.5.5 0 0 1 0 .708L15.352 5.77a.5.5 0 0 1-.707 0l-.833-.833a.5.5 0 0 1 .707-.707l.48.48 1.313-1.314a.5.5 0 0 1 .707 0ZM6.225 5.483l-1.618.91L10 9.426l1.618-.91-5.392-3.033Zm-2.143 7.828V7.246L9.5 10.292v6.066l-5.417-3.047Z" })));
};
exports.default = PackageAdd20;