@mozaic-ds/icons-react
Version:
ADS icons for React usage
16 lines (11 loc) • 1.31 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 StoreLocationBmColoured20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { fill: "#fff", d: "M5.833 4.167h8.334v6.666H5.833V4.167Z" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10.53 18.03 10 17.5l-.51.55-.004-.004-.013-.012-.048-.045-.179-.17a37.465 37.465 0 0 1-2.58-2.752c-.717-.85-1.46-1.82-2.054-2.804-.587-.97-1.066-2.015-1.19-3.003C2.955 5.522 5.756 1.75 10 1.75c2.141 0 3.906 1.074 5.065 2.521 1.148 1.436 1.753 3.305 1.51 5.002-.126.888-.612 1.882-1.19 2.82-.591.957-1.33 1.936-2.044 2.809a47.635 47.635 0 0 1-2.746 3.063l-.048.048-.012.012-.004.004v.001ZM10 17.5l.53.53a.75.75 0 0 1-1.04.021L10 17.5ZM6.667 6.583a.5.5 0 0 0-.354.854l3.334 3.333a.5.5 0 0 0 .707 0l3.333-3.333a.5.5 0 0 0-.353-.854H6.667Z" })));
};
exports.default = StoreLocationBmColoured20;