@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.28 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 Picker48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M42.061 5.939a5.743 5.743 0 0 0-8.121 0L21 18.879l-1.94-1.94a1.5 1.5 0 1 0-2.12 2.12L18.878 21 6.939 32.94 8 34l-1.06-1.06a5.743 5.743 0 0 0-1.317 6.078l-1.006 2.403a1.5 1.5 0 0 0 1.963 1.963l2.402-1.007a5.742 5.742 0 0 0 6.08-1.316L27 29.12l1.938 1.939a1.5 1.5 0 1 0 2.121-2.122L29.122 27l12.94-12.94a5.743 5.743 0 0 0 0-8.121ZM21.001 23.12 9.06 35.06a2.744 2.744 0 0 0-.482 3.231 1.5 1.5 0 0 1 .154.975 1.5 1.5 0 0 1 .974.153 2.745 2.745 0 0 0 3.232-.48l1.293-1.293-1.44-1.44a1 1 0 0 1 1.415-1.414l1.439 1.44 1.586-1.586-1.44-1.44a1 1 0 0 1 1.414-1.414l1.44 1.44 1.586-1.586-1.44-1.44a1 1 0 0 1 1.414-1.414l1.44 1.44L24.879 27l-1.94-1.94L21 23.12Z" })));
};
exports.default = Picker48;