@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.55 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 StoreLocationBm48 = (_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: "M11.49 21.814C10.59 14.623 15.988 7.5 24 7.5c3.967 0 7.312 1.978 9.58 4.812 2.286 2.858 3.368 6.452 2.936 9.476-.205 1.432-1.067 3.34-2.402 5.502-1.31 2.125-2.984 4.35-4.65 6.385a110.748 110.748 0 0 1-5.501 6.21 86.64 86.64 0 0 1-5.44-5.853c-1.66-1.965-3.325-4.15-4.63-6.308-1.319-2.183-2.193-4.22-2.404-5.91ZM25.062 43.06 24.002 42l-1.019 1.102-.003-.003-.008-.008-.03-.028-.06-.055-.055-.052a83.687 83.687 0 0 1-1.94-1.902 89.682 89.682 0 0 1-4.657-5.087c-1.716-2.034-3.488-4.35-4.903-6.691-1.4-2.317-2.525-4.78-2.814-7.09C7.412 13.377 14.014 4.5 24 4.5c5.033 0 9.189 2.522 11.922 5.938 2.713 3.392 4.132 7.798 3.563 11.774-.295 2.068-1.433 4.41-2.817 6.654-1.408 2.281-3.172 4.62-4.882 6.709a113.795 113.795 0 0 1-6.684 7.444l-.03.03-.008.008-.002.003ZM24.002 42l1.06 1.06a1.5 1.5 0 0 1-2.078.042L24 42Zm-8.924-25.383A1 1 0 0 1 16 16h16a1 1 0 0 1 .708 1.707l-8 8a1 1 0 0 1-1.415 0l-8-8a1 1 0 0 1-.216-1.09Z" })));
};
exports.default = StoreLocationBm48;