UNPKG

styled-icons

Version:

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

20 lines (19 loc) 1.62 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.Ambulance = 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("circle", { cx: 6.5, cy: 17.5, r: 1.5, fill: "none", key: "k0" }), React.createElement("path", { fill: "none", d: "M15 9v3h4.233l-1.799-3z", key: "k1" }), React.createElement("circle", { cx: 16.5, cy: 17.5, r: 1.5, fill: "none", key: "k2" }), React.createElement("path", { fill: "none", d: "M10 7H8v2H6v2h2v2h2v-2h2V9h-2z", key: "k3" }), React.createElement("path", { d: "M21.857 12.485L19.148 7.97A2.01 2.01 0 0017.434 7H15V5a1 1 0 00-1-1H4c-1.103 0-2 .897-2 2v10c0 .746.416 1.391 1.023 1.734C3.147 19.553 4.65 21 6.5 21c1.759 0 3.204-1.309 3.449-3h3.102c.245 1.691 1.69 3 3.449 3s3.204-1.309 3.449-3H20c1.103 0 2-.897 2-2v-3a.995.995 0 00-.143-.515zM6.5 19c-.827 0-1.5-.673-1.5-1.5S5.673 16 6.5 16s1.5.673 1.5 1.5S7.327 19 6.5 19zm5.5-8h-2v2H8v-2H6V9h2V7h2v2h2v2zm4.5 8c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5zM15 12V9h2.434l1.8 3H15z", key: "k4" }))); }); exports.Ambulance.displayName = 'Ambulance'; exports.AmbulanceDimensions = { height: 24, width: 24 };