@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 925 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 Map24 = (_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: "M4.415 4.189a1 1 0 0 1 .901-.138l4.2 1.4 4.697-1.409a1 1 0 0 1 .603.01l4.5 1.5A1 1 0 0 1 20 6.5V19a1 1 0 0 1-1.316.949l-4.2-1.4-4.697 1.409a1 1 0 0 1-.603-.01l-4.5-1.5A1 1 0 0 1 4 17.5V5a1 1 0 0 1 .415-.811ZM14 6.194l-4 1.2v10.412l4-1.2V6.194Zm1 .027v10.392l3 1V7.22l-3-1Zm-9 .166 3 1V17.78l-3-1V6.387Z" })));
};
exports.default = Map24;