UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.83 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialAmbulance = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Ambulance', short_name: 'Ambulance', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M440-840v-80q0-17 11.5-28.5T480-960q17 0 28.5 11.5T520-920v80q0 17-11.5 28.5T480-800q-17 0-28.5-11.5T440-840Zm-205 68-63-63q-12-12-12-28.5t12-28.5q12-12 28-12t28 12l64 64q12 12 12 28t-12 28q-12 12-28.5 12T235-772ZM120-386q0-7 1-14t3-13l80-227q6-18 21.5-29t34.5-11h100v-40q0-17 11.5-28.5T400-760h50q14 0 20.5 11.5T470-725q-12 23-19.5 48.5T441-624q-1 10-8 17t-17 7H274l-59 160h306q17 0 28.5 11.5T561-400q0 17-11.5 28.5T521-360H200v160h560v-80q0-17 11.5-28.5T800-320q17 0 28.5 11.5T840-280v180q0 25-17.5 42.5T780-40q-25 0-42.5-17.5T720-100v-20H240v20q0 25-17.5 42.5T180-40q-25 0-42.5-17.5T120-100v-286Zm240 146q17 0 28.5-11.5T400-280q0-17-11.5-28.5T360-320h-80q-17 0-28.5 11.5T240-280q0 17 11.5 28.5T280-240h80Zm240 0h80q17 0 28.5-11.5T720-280q0-17-11.5-28.5T680-320h-80q-17 0-28.5 11.5T560-280q0 17 11.5 28.5T600-240ZM200-360v160-160Zm491-235-18-18q-9-9-21-8.5t-21 9.5q-9 9-9 21t9 21l32 32q12 12 28 12t28-12l90-89q9-9 9-21t-9-21q-9-9-21-8.5t-21 8.5l-76 74Zm29-205q83 0 141.5 58.5T920-600q0 83-58.5 141.5T720-400q-83 0-141.5-58.5T520-600q0-83 58.5-141.5T720-800Z" }) }))); }); IconMaterialAmbulance.displayName = 'OnesyIconMaterialAmbulance'; exports.default = IconMaterialAmbulance;