UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 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 IconMaterialWidgetsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WidgetsW100', short_name: 'Widgets', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M627-515 517-625q-5-5-7-10.13-2-5.14-2-11 0-5.87 2-10.87 2-5 7-10l110-110q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l110 110q5 5 7 10.13 2 5.14 2 11 0 5.87-2 10.87-2 5-7 10L669-515q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2-5-2-10-7Zm-423-55v-156q0-12.75 8.63-21.38Q221.25-756 234-756h156q12.75 0 21.38 8.62Q420-738.75 420-726v156q0 12.75-8.62 21.37Q402.75-540 390-540H234q-12.75 0-21.37-8.63Q204-557.25 204-570Zm336 336v-156q0-12.75 8.63-21.38Q557.25-420 570-420h156q12.75 0 21.38 8.62Q756-402.75 756-390v156q0 12.75-8.62 21.37Q738.75-204 726-204H570q-12.75 0-21.37-8.63Q540-221.25 540-234Zm-336 0v-156q0-12.75 8.63-21.38Q221.25-420 234-420h156q12.75 0 21.38 8.62Q420-402.75 420-390v156q0 12.75-8.62 21.37Q402.75-204 390-204H234q-12.75 0-21.37-8.63Q204-221.25 204-234Zm28-334h160v-160H232v160Zm417 36 113-113-113-113-113 113 113 113Zm-81 300h160v-160H568v160Zm-336 0h160v-160H232v160Zm160-336Zm144-77ZM392-392Zm176 0Z" }) }))); }); IconMaterialWidgetsW100.displayName = 'OnesyIconMaterialWidgetsW100'; exports.default = IconMaterialWidgetsW100;