UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.37 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("@onesy/ui-react"); const IconMaterialWorkUpdateW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WorkUpdateW100', short_name: 'WorkUpdate', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M160-232v32-440 408Zm32 60q-26 0-43-17t-17-43v-376q0-26 17-43t43-17h180v-48q0-26 17-43t43-17h96q26 0 43 17t17 43v48h180q26 0 43 17t17 43v147q0 6-4 9.5t-10 3.5q-6 0-10-4t-4-10v-146q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v376q0 14 9 23t23 9h289q6 0 10 4t4 10q0 6-4 10t-10 4H192Zm208-496h160v-48q0-14-9-23t-23-9h-96q-14 0-23 9t-9 23v48ZM720-92q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-92Zm-14-103-52-52q-4-4-9.5-4.5T634-247q-5 5-5 10t5 10l65 65q9 9 21 9t21-9l65-65q4-4 4.5-9.5T806-247q-5-5-10-5t-10 5l-52 52v-130q0-6-4-10t-10-4q-6 0-10 4t-4 10v130Z" }) }))); }); IconMaterialWorkUpdateW100.displayName = 'OnesyIconMaterialWorkUpdateW100'; exports.default = IconMaterialWorkUpdateW100;