UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.67 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@amaui/ui-react"); const IconMaterialAutorenewW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutorenewW100', short_name: 'Autorenew', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) }))); }); IconMaterialAutorenewW100.displayName = 'AmauiIconMaterialAutorenewW100'; exports.default = IconMaterialAutorenewW100;