iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.18 kB
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 ChannelIcon = (props) => React.createElement("svg", { "aria-label": "channel icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13 13.855V23h-2v-9.145A3.501 3.501 0 0 1 12 7a3.5 3.5 0 0 1 1 6.855zM5.041 1.344l1.21 1.592C3.971 4.672 2.5 7.414 2.5 10.5s1.472 5.829 3.751 7.564l-1.21 1.592A11.482 11.482 0 0 1 .5 10.5c0-3.736 1.781-7.056 4.541-9.156zm13.918 0c2.76 2.1 4.541 5.42 4.541 9.156 0 3.736-1.781 7.056-4.541 9.156l-1.21-1.592c2.28-1.736 3.751-4.478 3.751-7.564s-1.472-5.829-3.751-7.564l1.21-1.592zM7.462 4.529l1.21 1.592A5.492 5.492 0 0 0 6.5 10.5a5.49 5.49 0 0 0 2.172 4.379l-1.21 1.593A7.488 7.488 0 0 1 4.5 10.5a7.488 7.488 0 0 1 2.962-5.971zm9.076 0c1.8 1.37 2.962 3.534 2.962 5.971s-1.162 4.602-2.962 5.971l-1.21-1.592A5.49 5.49 0 0 0 17.5 10.5a5.49 5.49 0 0 0-2.172-4.379l1.21-1.593zM12 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" }));
exports.default = ChannelIcon;