UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.62 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBusAlertW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BusAlertW100", short_name: "BusAlert", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.5 16.5q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q6.925 14.5 6.5 14.5t-.713.287q-.287.288-.287.713t.287.712q.288.288.713.288Zm7 0q.425 0 .713-.288.287-.287.287-.712t-.287-.713q-.288-.287-.713-.287t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm-8.15 4.2q-.15 0-.25-.1t-.1-.25V18.5q-.5-.125-1.1-.837-.6-.713-.6-1.663V7q0-.65.388-1.188.387-.537 1.337-.912T7.6 4.362Q9.225 4.2 11.7 4.3q-.075.175-.125.337-.05.163-.1.363-4.2-.125-5.737.375Q4.2 5.875 4 6.7h7.3q0 .175.025.35l.05.35H4v4.9h11.3q.275.125.725.237.45.113.675.113V16q0 .95-.6 1.663-.6.712-1.1.837v1.85q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V18.7H5.7v1.65q0 .15-.1.25t-.25.1ZM14 13H4h12-2Zm3.5-2.8q-1.55 0-2.625-1.075T13.8 6.5q0-1.55 1.075-2.625T17.5 2.8q1.55 0 2.625 1.075T21.2 6.5q0 1.55-1.075 2.625T17.5 10.2Zm0-3.2q.15 0 .25-.1t.1-.25v-2q0-.15-.1-.25t-.25-.1q-.15 0-.25.1t-.1.25v2q0 .15.1.25t.25.1Zm0 1.8q.2 0 .325-.125t.125-.325q0-.2-.125-.325T17.5 7.9q-.2 0-.325.125t-.125.325q0 .2.125.325t.325.125ZM6 18h8q.825 0 1.413-.587Q16 16.825 16 16v-3H4v3q0 .825.588 1.413Q5.175 18 6 18Zm5.3-11.3H4 11.3Z" })); }); IconMaterialBusAlertW100.displayName = 'AmauiIconMaterialBusAlertW100'; export default IconMaterialBusAlertW100;