UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.6 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 IconMaterialAutorenew = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Autorenew', short_name: 'Autorenew', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.475 14.7q-.25-.65-.362-1.313Q4 12.725 4 12.05q0-3.35 2.325-5.7T12 4h.175l-.9-.9Q11 2.825 11 2.4q0-.425.275-.7.275-.275.7-.275.425 0 .7.275l2.6 2.6q.15.15.213.325.062.175.062.375t-.062.375q-.063.175-.213.325l-2.6 2.6q-.275.275-.7.275-.425 0-.7-.275Q11 8.025 11 7.6q0-.425.275-.7l.9-.9H12Q9.5 6 7.75 7.762 6 9.525 6 12.05q0 .5.088.975.087.475.262.95.1.25.05.537-.05.288-.25.488-.45.45-.962.363-.513-.088-.713-.663Zm6.85 7.6-2.6-2.6q-.15-.15-.212-.325Q8.45 19.2 8.45 19t.063-.375q.062-.175.212-.325l2.6-2.6q.275-.275.7-.275.425 0 .7.275.275.275.275.7 0 .425-.275.7l-.9.9H12q2.5 0 4.25-1.762Q18 14.475 18 11.95q0-.5-.087-.975-.088-.475-.263-.95-.1-.25-.05-.538.05-.287.25-.487.45-.45.962-.363.513.088.713.663.25.65.363 1.312.112.663.112 1.338 0 3.35-2.325 5.7T12 20h-.175l.9.9q.275.275.275.7 0 .425-.275.7-.275.275-.7.275-.425 0-.7-.275Z" }) }))); }); IconMaterialAutorenew.displayName = 'AmauiIconMaterialAutorenew'; exports.default = IconMaterialAutorenew;