@mozaic-ds/icons-react
Version:
ADS icons for React usage
16 lines (11 loc) • 1.35 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 StoreLocationBmColoured32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { fill: "#fff", d: "M9.333 6.667h13.334v10.666H9.333V6.667Z" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M16.707 28.707 15.999 28l-.678.735v-.001l-.002-.001-.006-.006-.02-.018a17.728 17.728 0 0 1-.36-.342 59.773 59.773 0 0 1-4.114-4.388c-1.144-1.357-2.326-2.9-3.27-4.462-.932-1.544-1.683-3.187-1.875-4.726C4.94 8.918 9.34 3 15.999 3c3.356 0 6.126 1.681 7.948 3.959 1.81 2.26 2.755 5.198 2.376 7.85-.197 1.378-.956 2.94-1.879 4.435-.938 1.52-2.114 3.08-3.254 4.473a75.825 75.825 0 0 1-4.38 4.886l-.076.076-.02.02-.005.006-.002.001ZM15.999 28l.708.707a1 1 0 0 1-1.386.028L16 28Zm-5.332-17.167a.5.5 0 0 0-.353.854l5.333 5.333a.5.5 0 0 0 .707 0l5.333-5.333a.5.5 0 0 0-.353-.854H10.667Z" })));
};
exports.default = StoreLocationBmColoured32;