@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.02 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 Map64 = (_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: "M12.456 12.116a1.5 1.5 0 0 1 1.352-.206l11.55 3.85 12.878-3.864a1.5 1.5 0 0 1 .905.014l12 4a1.5 1.5 0 0 1 1.026 1.423v33.334a1.5 1.5 0 0 1-1.975 1.423l-11.55-3.85-12.878 3.863a1.5 1.5 0 0 1-.905-.013l-12-4a1.5 1.5 0 0 1-1.026-1.423V13.333a1.5 1.5 0 0 1 .623-1.217Zm25.21 3.083-11.333 3.4v30.202l11.334-3.4V15.199Zm2 .049v30.17l9.5 3.168V18.414l-9.5-3.166Zm-24.833.166 9.5 3.167v30.171l-9.5-3.166V15.414Z" })));
};
exports.default = Map64;