@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.13 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 Pickup64 = (_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: "M8.67 9.325a1.5 1.5 0 0 0-1.34 2.683l10.131 5.066 10.135 27.87a6.833 6.833 0 1 0 10.509 4.798l9.07-3.264a1.5 1.5 0 1 0-1.017-2.823l-9.101 3.277a6.827 6.827 0 0 0-6.65-3.036l-10.33-28.409a1.5 1.5 0 0 0-.74-.829L8.671 9.325Zm22.663 37.508a3.833 3.833 0 1 0 0 7.667 3.833 3.833 0 0 0 0-7.667Zm.687-22.11a1.5 1.5 0 0 0-.896 1.923l4.56 12.53a1.5 1.5 0 0 0 1.922.896l12.53-4.56a1.5 1.5 0 0 0 .896-1.923l-4.56-12.529a1.5 1.5 0 0 0-1.923-.896l-12.529 4.56Zm5.97 12.017-3.534-9.71 9.71-3.534 3.534 9.71-9.71 3.534Z" })));
};
exports.default = Pickup64;