@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 984 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 Map48 = (_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: "M9.123 8.783a1.5 1.5 0 0 1 1.351-.206l8.55 2.85 9.545-2.864a1.5 1.5 0 0 1 .905.014l9 3A1.5 1.5 0 0 1 39.5 13v25a1.5 1.5 0 0 1-1.974 1.423l-8.55-2.85-9.545 2.864a1.5 1.5 0 0 1-.905-.014l-9-3A1.5 1.5 0 0 1 8.5 35V10a1.5 1.5 0 0 1 .623-1.217ZM28 11.866l-8 2.4v21.868l8-2.4V11.866Zm2 .049v21.837l6.5 2.167V14.08L30 11.915Zm-18.5.166 6.5 2.167v21.838l-6.5-2.167V12.08Z" })));
};
exports.default = Map48;