@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 958 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 Map32 = (_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-rule": "evenodd", d: "M6.082 5.856a1 1 0 0 1 .9-.138l5.7 1.9 6.364-1.91a1 1 0 0 1 .604.01l6 2a1 1 0 0 1 .683.949v16.666a1 1 0 0 1-1.316.95l-5.7-1.9-6.363 1.908a1 1 0 0 1-.604-.009l-6-2a1 1 0 0 1-.683-.949V6.667a1 1 0 0 1 .415-.811ZM18.833 7.86l-5.666 1.7v14.578l5.666-1.7V7.861Zm1 .027v14.558l4.5 1.5V9.388l-4.5-1.5Zm-12.166.166 4.5 1.5v14.559l-4.5-1.5V8.054Z" })));
};
exports.default = Map32;