UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAutorenewW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AutorenewW100Filled", short_name: "Autorenew", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.075 14.475q-.2-.575-.312-1.188-.113-.612-.113-1.237 0-3.075 2.15-5.238Q8.95 4.65 12 4.65h1.75l-2-2q-.125-.125-.125-.25t.125-.25q.125-.125.25-.125t.25.125l2.325 2.325q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25L12.25 7.85q-.125.125-.25.125t-.25-.125q-.125-.125-.125-.25t.125-.25l2-2H12q-2.775 0-4.713 1.95Q5.35 9.25 5.35 12.05q0 .525.088 1.087.087.563.287 1.088.05.1.013.2-.038.1-.113.175-.15.15-.313.112-.162-.037-.237-.237Zm6.675 7.375-2.325-2.325q-.125-.125-.175-.25Q9.2 19.15 9.2 19q0-.15.05-.275.05-.125.175-.25l2.325-2.325q.125-.125.25-.125t.25.125q.125.125.125.25t-.125.25l-2 2H12q2.775 0 4.713-1.95 1.937-1.95 1.937-4.75 0-.525-.088-1.088-.087-.562-.287-1.087-.05-.1-.012-.2.037-.1.112-.175.15-.15.313-.113.162.038.237.238.2.575.313 1.187.112.613.112 1.238 0 3.075-2.15 5.238-2.15 2.162-5.2 2.162h-1.75l2 2q.125.125.125.25t-.125.25q-.125.125-.25.125t-.25-.125Z" })); }); IconMaterialAutorenewW100Filled.displayName = 'AmauiIconMaterialAutorenewW100Filled'; export default IconMaterialAutorenewW100Filled;