UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

39 lines (38 loc) 1.36 kB
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function FaxOutlinedIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M19 9h-1V4H8v5h-.78C6.67 8.39 5.89 8 5 8c-1.66 0-3 1.34-3 3v7c0 1.66 1.34 3 3 3 .89 0 1.67-.39 2.22-1H22v-8c0-1.66-1.34-3-3-3M6 18c0 .55-.45 1-1 1s-1-.45-1-1v-7c0-.55.45-1 1-1s1 .45 1 1zm4-12h6v3h-6zm10 12H8v-7h11c.55 0 1 .45 1 1z" }), /*#__PURE__*/ _jsx("circle", { cx: "15", cy: "13", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "18", cy: "13", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "15", cy: "16", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "18", cy: "16", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M9 12h4v5H9z" }) ] }); });