@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFaxW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FaxW100Filled",
short_name: "Fax",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.9 19.35v-9.7h1.75V5.8q0-.275.213-.488.212-.212.487-.212h7.3q.275 0 .488.212.212.213.212.488v3.85H19q.975 0 1.663.687.687.688.687 1.663v6.65q0 .275-.212.488-.213.212-.488.212Zm-2.475 1q.75 0 1.263-.513.512-.512.512-1.262v-8.15q0-.75-.512-1.263-.513-.512-1.263-.512-.75 0-1.262.512-.513.513-.513 1.263v8.15q0 .75.513 1.262.512.513 1.262.513ZM9.35 9.65h7.3V5.8h-7.3Zm5.9 4.35q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q15.675 12 15.25 12t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm3 0q.425 0 .712-.288.288-.287.288-.712t-.288-.713Q18.675 12 18.25 12t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm-3 3q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q15.675 15 15.25 15t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm3 0q.425 0 .712-.288.288-.287.288-.712t-.288-.713Q18.675 15 18.25 15t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm-9 0h4v-5h-4Z"
}));
});
IconMaterialFaxW100Filled.displayName = 'AmauiIconMaterialFaxW100Filled';
export default IconMaterialFaxW100Filled;