@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.52 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 PackageAdd64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M49.333 5a9.667 9.667 0 0 0-9.666 9.667c0 5.338 4.328 9.666 9.666 9.666 5.339 0 9.667-4.328 9.667-9.666A9.666 9.666 0 0 0 49.333 5Zm-10.7 5.01C40.431 5.884 44.545 3 49.333 3 55.777 3 61 8.223 61 14.667c0 4.454-2.496 8.326-6.167 10.291V44a1.5 1.5 0 0 1-.764 1.307l-21.334 12a1.5 1.5 0 0 1-1.47 0l-21.334-12A1.5 1.5 0 0 1 9.167 44V20a1.5 1.5 0 0 1 .764-1.307l21.334-12a1.5 1.5 0 0 1 1.47 0l5.898 3.317Zm-.845 2.967L32 9.72l-8.2 4.612L42.584 24.9l.582-.327a11.659 11.659 0 0 1-5.378-11.595Zm7.565 12.66-1.998 1.123v7.907a1.5 1.5 0 0 1-3 0v-6.22L33 32.586v21.132l18.833-10.594V26.065c-.805.176-1.642.268-2.5.268a11.66 11.66 0 0 1-3.98-.696Zm8.687-14.344a1 1 0 0 1 0 1.414l-5.333 5.333a1 1 0 0 1-1.414 0l-2.667-2.666a1 1 0 0 1 1.414-1.414L48 15.92l4.626-4.627a1 1 0 0 1 1.414 0Zm-41.873 31.83V21.99L31 32.585v21.132L12.167 43.123Zm8.574-27.069-7.525 4.233L32 30.853l7.524-4.233-18.783-10.566Z" })));
};
exports.default = PackageAdd64;