@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.04 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 PushPin48 = (_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: "M29.06 4.94a1.5 1.5 0 0 0-2.12 2.12l.939.94-10.5 10.5H12a1.5 1.5 0 0 0-1.06.44l-2 2a1.5 1.5 0 0 0 0 2.12L15.878 30l-6.94 6.94a1.5 1.5 0 0 0 2.122 2.12L18 32.122l6.94 6.94a1.5 1.5 0 0 0 2.12 0l2-2A1.5 1.5 0 0 0 29.5 36v-5.379l10.5-10.5.94.94a1.5 1.5 0 0 0 2.12-2.122l-2-2-10-10-2-2Zm-9.999 24L26 35.879l.5-.5V30c0-.398.158-.78.44-1.06L37.878 18 30 10.121l-10.94 10.94A1.5 1.5 0 0 1 18 21.5h-5.379l-.5.5 6.94 6.939Z" })));
};
exports.default = PushPin48;