@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 860 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Map = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.5 4.36v12.46l-4.32 3.04a.75.75 0 0 1-1.17-.5L3 19.24V8.62c0-.21.09-.41.24-.55L3.32 8 8.5 4.36Zm12.5.29v10.73c0 .21-.09.41-.24.55l-.08.07-5.18 3.64V7.17l4.32-3.03a.75.75 0 0 1 1.17.5Zm-11-.3 4 2.82v12.47l-4-2.82V4.36Z"
}));
});
Map.displayName = 'Map';
export var MapDimensions = {
height: 24,
width: 24
};