@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.64 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 IconMaterialTvOptionsEditChannels = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TvOptionsEditChannels', short_name: 'TvOptionsEditChannels', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-320q-17 0-28.5-11.5T240-360q0-17 11.5-28.5T280-400h80q17 0 28.5 11.5T400-360q0 17-11.5 28.5T360-320h-80Zm0-160q-17 0-28.5-11.5T240-520q0-17 11.5-28.5T280-560h440q17 0 28.5 11.5T760-520q0 17-11.5 28.5T720-480H280Zm0-160q-17 0-28.5-11.5T240-680q0-17 11.5-28.5T280-720h440q17 0 28.5 11.5T760-680q0 17-11.5 28.5T720-640H280Zm358 463q-8 0-15-2.5t-13-8.5L496-302q-12-12-11.5-28.5T497-359q12-12 28.5-12t28.5 12l84 85 197-197q12-12 28.5-11.5T892-470q11 12 11.5 28T892-414L666-188q-6 6-13 8.5t-15 2.5ZM120-640q-17 0-28.5-11.5T80-680q0-17 11.5-28.5T120-720q17 0 28.5 11.5T160-680q0 17-11.5 28.5T120-640Zm0 160q-17 0-28.5-11.5T80-520q0-17 11.5-28.5T120-560q17 0 28.5 11.5T160-520q0 17-11.5 28.5T120-480Zm0 160q-17 0-28.5-11.5T80-360q0-17 11.5-28.5T120-400q17 0 28.5 11.5T160-360q0 17-11.5 28.5T120-320Z" }) })));
});
IconMaterialTvOptionsEditChannels.displayName = 'OnesyIconMaterialTvOptionsEditChannels';
exports.default = IconMaterialTvOptionsEditChannels;
;