UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.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 IconMaterialPriorityHighW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PriorityHighW100', short_name: 'PriorityHigh', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-232q-11.55 0-19.77-8.23Q452-248.45 452-260q0-11.55 8.23-19.77Q468.45-288 480-288q11.55 0 19.77 8.23Q508-271.55 508-260q0 11.55-8.23 19.77Q491.55-232 480-232Zm-.16-126q-5.84 0-9.84-4.11-4-4.12-4-9.89v-394q0-5.78 4.16-9.89t10-4.11q5.84 0 9.84 4.11t4 9.89v394q0 5.77-4.16 9.89-4.16 4.11-10 4.11Z" }) }))); }); IconMaterialPriorityHighW100.displayName = 'OnesyIconMaterialPriorityHighW100'; exports.default = IconMaterialPriorityHighW100;