UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.92 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFireTruckW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FireTruckW100", short_name: "FireTruck", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M7 20q-1.05 0-1.775-.725Q4.5 18.55 4.5 17.5h-.7q-.625 0-1.062-.438Q2.3 16.625 2.3 16v-3.5q0-.625.438-1.062Q3.175 11 3.8 11h9.5V7.8q0-.625.438-1.062.437-.438 1.062-.438h1.85v-.35q0-.325.213-.538.212-.212.537-.212h.2q.325 0 .538.212.212.213.212.538v.35h.625q.5 0 .888.275.387.275.537.75l1.225 3.65q.05.125.063.237.012.113.012.238V16q0 .625-.437 1.062-.438.438-1.063.438h-.7q0 1.05-.725 1.775Q18.05 20 17 20q-1.05 0-1.775-.725-.725-.725-.725-1.775h-5q0 1.05-.725 1.775Q8.05 20 7 20Zm0-.7q.75 0 1.275-.525.525-.525.525-1.275 0-.725-.525-1.263Q7.75 15.7 7 15.7q-.75 0-1.275.537-.525.538-.525 1.263 0 .75.525 1.275Q6.25 19.3 7 19.3Zm10 0q.75 0 1.275-.525.525-.525.525-1.275 0-.725-.525-1.263Q17.75 15.7 17 15.7q-.75 0-1.275.537-.525.538-.525 1.263 0 .75.525 1.275.525.525 1.275.525Zm-3.7-2.5v-5.1H3.8q-.35 0-.575.225Q3 12.15 3 12.5V16q0 .35.225.575.225.225.575.225h.8q.225-.8.888-1.3Q6.15 15 7 15t1.513.5q.662.5.887 1.3Zm.7 0h.6q.225-.8.888-1.3Q16.15 15 17 15t1.513.5q.662.5.887 1.3h.8q.35 0 .575-.225Q21 16.35 21 16v-4.3h-7Zm0-5.8h6.9l-1.15-3.45q-.075-.25-.288-.4Q19.25 7 18.975 7H14.8q-.35 0-.575.225Q14 7.45 14 7.8ZM2.65 10q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h.65V7h-.65q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h8.5q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-.65v2.3h.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM4 9.3h2.55V7H4Zm3.25 0H9.8V7H7.25Zm6.05 2.4H3h.8Zm.7 0h7-7Z" })); }); IconMaterialFireTruckW100.displayName = 'AmauiIconMaterialFireTruckW100'; export default IconMaterialFireTruckW100;