UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 1.41 kB
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function ShutterSpeedRoundedIcon(props, ref) { return /*#__PURE__*/ _jsx(SVGIcon, { ...props, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "M10 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1m9.03 4.39.75-.75a.993.993 0 0 0 0-1.4l-.01-.01a.993.993 0 0 0-1.4 0l-.75.75A8.96 8.96 0 0 0 12 4c-4.8 0-8.88 3.96-9 8.76A9 9 0 0 0 12 22a8.994 8.994 0 0 0 7.03-14.61M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7m-1.19-5h-3.7c-.38 0-.62.4-.45.74a5.66 5.66 0 0 0 2.57 2.57c.23.11.52.02.65-.21l1.37-2.35a.503.503 0 0 0-.44-.75m3.92-7.35a.5.5 0 0 0-.65.2l-1.38 2.39a.5.5 0 0 0 .43.76h3.76c.38 0 .62-.4.45-.73a6.06 6.06 0 0 0-2.61-2.62m-.85 7.05a.499.499 0 0 0-.87-.01l-2.04 3.52a.5.5 0 0 0 .39.75c1.34.14 2.69-.18 3.83-.89.22-.14.28-.43.16-.66zm-3.57-1.47L7.93 9.57c-.2-.3-.64-.3-.84 0a6.05 6.05 0 0 0-1.05 3.98c.02.26.24.45.5.45h3.35c.39 0 .63-.44.42-.77m3.66-.49 2.02 3.74c.18.33.64.35.86.05.86-1.18 1.24-2.62 1.12-4.08a.5.5 0 0 0-.5-.45h-3.05c-.39 0-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76-1.36-.12-2.73.21-3.88.97-.22.15-.27.46-.13.68z" }) }); });