@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 Locator64 = (_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-rule": "evenodd", d: "M32 6.5A1.5 1.5 0 0 1 33.5 8v6.563c8.468.72 15.218 7.469 15.937 15.937H56a1.5 1.5 0 0 1 0 3h-6.563c-.72 8.468-7.469 15.218-15.937 15.937V56a1.5 1.5 0 0 1-3 0v-6.563c-8.468-.72-15.218-7.469-15.937-15.937H8a1.5 1.5 0 0 1 0-3h6.563c.72-8.468 7.469-15.218 15.937-15.937V8A1.5 1.5 0 0 1 32 6.5Zm0 11c-8.008 0-14.5 6.492-14.5 14.5S23.992 46.5 32 46.5 46.5 40.008 46.5 32 40.008 17.5 32 17.5Z" })));
};
exports.default = Locator64;