iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 843 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const AmbulanceFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M255.43 117l-14-35a15.93 15.93 0 00-14.85-10H192v-8a8 8 0 00-8-8H32a16 16 0 00-16 16v112a16 16 0 0016 16h17a32 32 0 0062 0h50a32 32 0 0062 0h17a16 16 0 0016-16v-64a7.92 7.92 0 00-.57-3zM80 208a16 16 0 1116-16 16 16 0 01-16 16zm56-80h-16v16a8 8 0 01-16 0v-16H88a8 8 0 010-16h16V96a8 8 0 0116 0v16h16a8 8 0 010 16zm56 80a16 16 0 1116-16 16 16 0 01-16 16zm0-96V88h34.58l9.6 24z" }));
exports.default = AmbulanceFill;