@mozaic-ds/icons-react
Version:
ADS icons for React usage
16 lines (11 loc) • 1.36 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 StoreLocationLmColoured64 = (_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: "#fff", d: "M18.667 13.333h26.666v21.334H18.667V13.333Z" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M33.06 57.06 32 56l-1.019 1.102V57.1l-.004-.003-.01-.01-.04-.037a54.655 54.655 0 0 1-.715-.678 119.05 119.05 0 0 1-8.192-8.739c-2.28-2.7-4.624-5.767-6.492-8.858-1.853-3.067-3.312-6.28-3.684-9.257C10.41 18.044 19.012 6.5 32 6.5c6.533 0 11.939 3.272 15.505 7.73 3.547 4.433 5.382 10.172 4.647 15.316-.379 2.65-1.85 5.702-3.688 8.68-1.86 3.015-4.197 6.114-6.47 8.89a151.254 151.254 0 0 1-8.88 9.89l-.039.04-.01.01-.003.003v.001ZM32 56l1.06 1.06a1.5 1.5 0 0 1-2.078.042L31.999 56Zm.707-39.374a1 1 0 0 0-1.414 0L20.626 27.293A1 1 0 0 0 21.333 29h21.334a1 1 0 0 0 .707-1.707L32.707 16.626Z" })));
};
exports.default = StoreLocationLmColoured64;