UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.27 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 IconMaterialToolsPhillipsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ToolsPhillipsW100Filled', short_name: 'ToolsPhillips', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M346-172q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h268q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H346Zm15.58-68q-12.58 0-21.08-8.63-8.5-8.62-8.5-21.37v-281q0-9.75 3-18.75t9-17.25l106-141q3-4 7-6t9-2h28.29q4.71 0 8.71 2 4 2 7 6l106 141q6 8.25 9 17.25t3 18.75v281q0 12.75-8.51 21.37-8.51 8.63-21.09 8.63H361.58ZM360-431l106-106v-166L360-561v130Zm240 0v-130L494-703v166l106 106Z" }) }))); }); IconMaterialToolsPhillipsW100Filled.displayName = 'OnesyIconMaterialToolsPhillipsW100Filled'; exports.default = IconMaterialToolsPhillipsW100Filled;