@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.34 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 PushPinOff64 = (_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: "M9.06 6.94a1.5 1.5 0 1 0-2.12 2.12l16.105 16.107H16a1.5 1.5 0 0 0-1.06.439l-2.667 2.667a1.5 1.5 0 0 0 0 2.121L21.879 40l-9.606 9.606a1.5 1.5 0 1 0 2.121 2.121L24 42.121l9.606 9.606a1.5 1.5 0 0 0 2.121 0l2.667-2.666a1.5 1.5 0 0 0 .44-1.061v-7.045L54.938 57.06a1.5 1.5 0 0 0 2.122-2.122l-48-48Zm27.52 31.762L25.299 27.42a1.5 1.5 0 0 1-1.298.748h-7.379l-1.166 1.166 9.604 9.604.002.002.002.002 9.604 9.604 1.166-1.166V40c0-.554.3-1.038.748-1.298ZM36.274 6.94a1.5 1.5 0 0 1 2.121 0l2.667 2.667L54.395 22.94l2.667 2.667a1.5 1.5 0 0 1-2.122 2.121l-1.606-1.606-6.939 6.94-1.06 1.06L43.211 32l1.06-1.06 6.94-6.94L40 12.788l-6.94 6.94-1.06 1.06-2.121-2.121 1.06-1.061 6.94-6.94-1.606-1.605a1.5 1.5 0 0 1 0-2.122Z" })));
};
exports.default = PushPinOff64;