@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.24 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 StoreLocationLmFilled20 = (_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-rule": "evenodd", d: "M10.53 18.03 10 17.5c-.508.551-.508.551-.509.55l-.005-.004-.012-.012-.049-.045c-.041-.039-.102-.096-.178-.17a37.465 37.465 0 0 1-2.58-2.752c-.718-.85-1.46-1.82-2.055-2.804-.586-.97-1.066-2.015-1.19-3.003C2.957 5.522 5.758 1.75 10 1.75c2.142 0 3.907 1.074 5.065 2.521 1.149 1.436 1.754 3.305 1.511 5.002-.127.888-.612 1.882-1.191 2.82-.59.957-1.33 1.936-2.044 2.809a47.576 47.576 0 0 1-2.745 3.063l-.048.048-.012.012-.004.004-.001.001ZM10 17.5l.53.53a.75.75 0 0 1-1.038.021L10 17.5Zm.353-12.437a.5.5 0 0 0-.707 0L6.313 8.396a.5.5 0 0 0 .354.854h6.666a.5.5 0 0 0 .354-.854l-3.334-3.333Z" })));
};
exports.default = StoreLocationLmFilled20;