UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

73 lines (72 loc) 2.23 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 BlurLinearTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M17 16.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5" }), /*#__PURE__*/ _jsx("circle", { cx: "9", cy: "12", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "13", cy: "8", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "13", cy: "16", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M17 12.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5" }), /*#__PURE__*/ _jsx("circle", { cx: "13", cy: "12", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M3 3h18v2H3z" }), /*#__PURE__*/ _jsx("circle", { cx: "5", cy: "8", r: "1.5" }), /*#__PURE__*/ _jsx("circle", { cx: "5", cy: "12", r: "1.5" }), /*#__PURE__*/ _jsx("circle", { cx: "5", cy: "16", r: "1.5" }), /*#__PURE__*/ _jsx("path", { d: "M17 8.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5" }), /*#__PURE__*/ _jsx("circle", { cx: "9", cy: "16", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "9", cy: "8", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M3 19h18v2H3z" }) ] }); });