@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.6 kB
JavaScript
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 IconMaterialHlsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HlsW100', short_name: 'Hls', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M136-390v-180q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v66h112v-66q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v180q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-86H164v86q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03Zm276-9v-171q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v166h98q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H435q-9 0-16-7t-7-16Zm252 23q-11.9 0-19.95-8.05Q636-392.1 636-404v-22q0-5 5-7.5t9-6.5q5.6 0 9.8 4.2 4.2 4.2 4.2 9.8v22h112v-66H656q-8.5 0-14.25-5.75T636-490v-66q0-11.9 8.05-19.95Q652.1-584 664-584h112q11.9 0 19.95 8.05Q804-567.9 804-556v22q0 5-5 7.5t-9 6.5q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8v-22H664v66h120q8.5 0 14.25 5.75T804-470v66q0 11.9-8.05 19.95Q787.9-376 776-376H664Z" }) })));
});
IconMaterialHlsW100.displayName = 'OnesyIconMaterialHlsW100';
exports.default = IconMaterialHlsW100;
;