@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.01 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 Locator48 = (_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: "M24 4.5A1.5 1.5 0 0 1 25.5 6v4.582c6.257.692 11.226 5.66 11.918 11.918H42a1.5 1.5 0 0 1 0 3h-4.582c-.692 6.257-5.66 11.226-11.918 11.918V42a1.5 1.5 0 0 1-3 0v-4.582c-6.257-.692-11.226-5.66-11.918-11.918H6a1.5 1.5 0 0 1 0-3h4.582c.692-6.257 5.66-11.226 11.918-11.918V6A1.5 1.5 0 0 1 24 4.5Zm0 9c-5.799 0-10.5 4.701-10.5 10.5S18.201 34.5 24 34.5 34.5 29.799 34.5 24 29.799 13.5 24 13.5Z" })));
};
exports.default = Locator48;