UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.55 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFaxW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FaxW100", short_name: "Fax", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 20.35q-.975 0-1.662-.687Q2.65 18.975 2.65 18v-7q0-.975.688-1.663Q4.025 8.65 5 8.65q.6 0 1.1.275.5.275.85.725h1.7V5.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.212H6.95q-.35.45-.85.725-.5.275-1.1.275Zm0-.7q.675 0 1.163-.487.487-.488.487-1.163v-7q0-.675-.487-1.163Q5.675 9.35 5 9.35t-1.162.487Q3.35 10.325 3.35 11v7q0 .675.488 1.163.487.487 1.162.487Zm4.35-10h7.3V5.8h-7.3Zm-2 9h13.3V12q0-.675-.487-1.163-.488-.487-1.163-.487H7.35ZM15 14q.425 0 .713-.288Q16 13.425 16 13t-.287-.713Q15.425 12 15 12t-.712.287Q14 12.575 14 13t.288.712Q14.575 14 15 14Zm3 0q.425 0 .712-.288Q19 13.425 19 13t-.288-.713Q18.425 12 18 12t-.712.287Q17 12.575 17 13t.288.712Q17.575 14 18 14Zm-3 3q.425 0 .713-.288Q16 16.425 16 16t-.287-.713Q15.425 15 15 15t-.712.287Q14 15.575 14 16t.288.712Q14.575 17 15 17Zm3 0q.425 0 .712-.288Q19 16.425 19 16t-.288-.713Q18.425 15 18 15t-.712.287Q17 15.575 17 16t.288.712Q17.575 17 18 17Zm-9 0h4v-5H9Zm-1.65 1.65v-8.3 8.3Z" })); }); IconMaterialFaxW100.displayName = 'AmauiIconMaterialFaxW100'; export default IconMaterialFaxW100;