UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.56 kB
'use strict'; 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 PushPinOff32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.707 3.293a1 1 0 0 0-1.414 1.414l7.626 7.626H8a1 1 0 0 0-.707.293L5.96 13.96a1 1 0 0 0 0 1.414L10.586 20 5.96 24.626a1 1 0 1 0 1.414 1.414L12 21.414l4.626 4.626a1 1 0 0 0 1.414 0l1.334-1.333a1 1 0 0 0 .293-.707v-2.92l7.626 7.627a1 1 0 0 0 1.414-1.414l-24-24ZM17.92 19.334l-5.255-5.254a.996.996 0 0 1-.665.253H8.414l-.333.334 4.625 4.625h.001v.002l4.626 4.625.334-.333V20c0-.256.095-.489.253-.666Zm.04-16.041a1 1 0 0 1 1.414 0l1.333 1.333 6.667 6.667 1.333 1.333a1 1 0 0 1-1.414 1.414l-.626-.626-3.293 3.293-.707.707L21.252 16l.708-.707L25.253 12 20 6.748l-3.293 3.292-.707.708-1.414-1.415.707-.707 3.293-3.293-.626-.626a1 1 0 0 1 0-1.414Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = PushPinOff32;