UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MapDrive = /*#__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: "M2 5.25C2 4.01 3 3 4.25 3h15.5C20.99 3 22 4 22 5.25v5c0 .41-.34.75-.75.75h-8.5v2h1c.41 0 .75.34.75.75V16h1.75c.41 0 .75.34.75.75v.75h4.25a.75.75 0 0 1 0 1.5H17v1.25c0 .42-.34.75-.75.75h-8.5a.75.75 0 0 1-.75-.75V19H2.75a.75.75 0 0 1 0-1.5H7v-.75c0-.41.34-.75.75-.75H9.5v-2.25c0-.41.34-.75.75-.75h1v-2h-8.5a.75.75 0 0 1-.75-.75v-5zM18 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" })); }); MapDrive.displayName = 'MapDrive'; export var MapDriveDimensions = { height: 24, width: 24 };