UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.57 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 IconMaterialStream = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Stream', short_name: 'Stream', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M160-400q-33 0-56.5-23.5T80-480q0-33 23.5-56.5T160-560q33 0 56.5 23.5T240-480q0 33-23.5 56.5T160-400Zm38 144 118-118q11-11 28-11t28 11q11 11 11 28t-11 28L254-200q-11 11-28 11t-28-11q-11-11-11-28t11-28Zm120-332L200-706q-11-11-11-28t11-28q11-11 28-11t28 11l118 118q11 11 11 28t-11 28q-11 11-28 11t-28-11ZM480-80q-33 0-56.5-23.5T400-160q0-33 23.5-56.5T480-240q33 0 56.5 23.5T560-160q0 33-23.5 56.5T480-80Zm0-640q-33 0-56.5-23.5T400-800q0-33 23.5-56.5T480-880q33 0 56.5 23.5T560-800q0 33-23.5 56.5T480-720Zm106 76 120-118q11-11 27.5-11.5T762-762q11 11 11 28t-11 28L643-587q-12 12-28.5 12T586-587q-11-12-11.5-28.5T586-644Zm120 444L588-318q-11-11-11-28t11-28q11-11 28-11t28 11l118 118q11 11 11 28t-11 28q-11 11-28 11t-28-11Zm94-200q-33 0-56.5-23.5T720-480q0-33 23.5-56.5T800-560q33 0 56.5 23.5T880-480q0 33-23.5 56.5T800-400Z" }) }))); }); IconMaterialStream.displayName = 'OnesyIconMaterialStream'; exports.default = IconMaterialStream;