@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.23 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 PushPinOff48 = (_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: "M7.06 4.94a1.5 1.5 0 1 0-2.12 2.12L16.378 18.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-4.379l11.44 11.44a1.5 1.5 0 0 0 2.12-2.122l-36-36Zm19.82 24.062-7.882-7.882c-.265.236-.615.38-.998.38h-5.379l-.5.5 6.94 6.939L26 35.88l.5-.5V30c0-.383.144-.733.38-.998Zm.06-24.063a1.5 1.5 0 0 1 2.12 0l2 2 10 10 2 2a1.5 1.5 0 0 1-2.12 2.122l-.94-.94-4.94 4.94L34 26.12 31.879 24l1.06-1.06L37.88 18 30 10.121l-4.94 4.94L24 16.12 21.879 14l1.06-1.06L27.88 8l-.94-.94a1.5 1.5 0 0 1 0-2.12Z" })));
};
exports.default = PushPinOff48;