UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.PoliceCar = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M4 13v5h16v-5H4zm1.618-2h12.764a1 1 0 00.894-1.447L18 7H6L4.724 9.553A1 1 0 005.618 11zM22 13.5V21a1 1 0 01-1 1h-1a1 1 0 01-1-1v-1H5v1a1 1 0 01-1 1H3a1 1 0 01-1-1v-7.5l-1.243-.31A1 1 0 010 12.22v-.72a.5.5 0 01.5-.5H2l2.447-4.894A2 2 0 016.237 5H8V3h3v2h2V3h3v2h1.764a2 2 0 011.789 1.106L22 11h1.5a.5.5 0 01.5.5v.72a1 1 0 01-.757.97L22 13.5zM5 14c2.317 0 3.879.755 4.686 2.264a.5.5 0 01-.441.736H6a1 1 0 01-1-1v-2zm14 0v2a1 1 0 01-1 1h-3.245a.5.5 0 01-.44-.736C15.12 14.754 16.682 14 19 14z", key: "k1" }))); }); exports.PoliceCar.displayName = 'PoliceCar'; exports.PoliceCarDimensions = { height: 24, width: 24 };