@mozaic-ds/icons-react
Version:
ADS icons for React usage
16 lines (11 loc) • 1.27 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 StoreLocationLmColoured24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { fill: "#fff", d: "M7 5h10v8H7V5Z" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.707 21.707 12 21l-.679.735-.002-.002-.004-.004-.016-.015-.058-.054-.215-.205a45.073 45.073 0 0 1-3.103-3.31c-.863-1.023-1.758-2.192-2.474-3.378-.707-1.169-1.29-2.437-1.441-3.643C3.44 6.584 6.841 2 12 2c2.605 0 4.75 1.306 6.156 3.063 1.392 1.74 2.13 4.01 1.834 6.079-.155 1.086-.748 2.294-1.444 3.422-.712 1.154-1.601 2.332-2.46 3.382a57.083 57.083 0 0 1-3.3 3.682l-.058.058-.015.015-.004.004-.002.002ZM12 21l.707.707a1 1 0 0 1-1.386.028L12 21Zm.354-14.854a.5.5 0 0 0-.707 0l-4 4A.5.5 0 0 0 8 11h8a.5.5 0 0 0 .354-.854l-4-4Z" })));
};
exports.default = StoreLocationLmColoured24;