@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 880 B
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 Locator24 = (_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-rule": "evenodd", d: "M12 2a1 1 0 0 1 1 1v2.07A7.004 7.004 0 0 1 18.93 11H21a1 1 0 1 1 0 2h-2.07A7.004 7.004 0 0 1 13 18.93V21a1 1 0 1 1-2 0v-2.07A7.004 7.004 0 0 1 5.07 13H3a1 1 0 1 1 0-2h2.07A7.005 7.005 0 0 1 11 5.07V3a1 1 0 0 1 1-1Zm0 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z" })));
};
exports.default = Locator24;