UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

76 lines (75 loc) 2.19 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 DeblurOutlinedIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("circle", { cx: "6", cy: "14", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "6", cy: "18", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "6", cy: "10", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "3", cy: "10", r: ".5" }), /*#__PURE__*/ _jsx("circle", { cx: "6", cy: "6", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "3", cy: "14", r: ".5" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "21", r: ".5" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "3", r: ".5" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "6", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "14", r: "1.5" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "10", r: "1.5" }), /*#__PURE__*/ _jsx("circle", { cx: "10", cy: "18", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9" }) ] }); });