UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1 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 IconMaterialHovW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HovW100', short_name: 'Hov', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-165q-8 0-14.5-4T454-181L307-452q-4-7-5.5-14t-1.5-15q0-8 1.5-14.5T307-509l147-270q5-8 11.5-12t14.5-4q8 0 14.5 4t11.5 12l147 270q4 7 5.5 13.5T660-481q0 8-1.5 15t-5.5 14L506-181q-5 8-11.5 12t-14.5 4Zm0-26 156-290-156-288-156 288 156 290Zm0-289Z" }) }))); }); IconMaterialHovW100.displayName = 'OnesyIconMaterialHovW100'; exports.default = IconMaterialHovW100;