iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Channel4 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.309 0l-.33.412v4.201l2.382-2.95zm-1.155 1.201L10.707 4.22v8.674h2.447zm3.268 1.701l-2.443 3.02v14.81h2.443zM9.887 5.236l-6.201 7.657h3.142L9.887 9.12zm-6.766 8.48v2.444h10.033v-2.443zm14.125 0v2.444h3.633v-2.443zm-6.539 3.268V24h2.443v-7.016zm-3.271 4.573V24h2.443v-2.443zm6.543 0V24h5.189v-2.443z" }));
exports.default = Channel4;