UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.35 kB
"use strict"; 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 Ambulance1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.875 6.17a.75.75 0 00-.75.75v1.83h-1.83a.75.75 0 100 1.5h1.83v1.83a.75.75 0 001.5 0v-1.83h1.83a.75.75 0 100-1.5h-1.83V6.92a.75.75 0 00-.75-.75z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 5.5a2.25 2.25 0 012.25-2.25h9.25a2.25 2.25 0 012.25 2.25v.89h1.454c.747 0 1.445.37 1.863.99l2.547 3.764c.252.372.386.811.386 1.26v4.346a.75.75 0 010 1.5h-1.922a3.066 3.066 0 01-6.026 0h-3.724a3.066 3.066 0 01-6.026 0H4.25A2.25 2.25 0 012 16V5.5zm2.395 11.25a3.066 3.066 0 015.84 0h3.91c.03-.095.066-.189.105-.28V5.5a.75.75 0 00-.75-.75H4.25a.75.75 0 00-.75.75V16c0 .414.336.75.75.75h.145zm11.355-1.834a3.066 3.066 0 014.235 1.834h.515v-4.055h-4.75v2.22zm0-3.721h4.087L17.825 8.22a.75.75 0 00-.621-.33H15.75v3.305zm1.315 4.925a1.565 1.565 0 100 3.13 1.565 1.565 0 000-3.13zm-9.75 0a1.565 1.565 0 100 3.13 1.565 1.565 0 000-3.13z", fill: "#323544" })); exports.default = Ambulance1;