UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.09 kB
"use strict"; 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 ChannelSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { fill: "#FFF", d: "M32.5 44h-1a.5.5 0 0 1-.5-.5v-8.645A3.502 3.502 0 0 1 32 28a3.5 3.5 0 0 1 1 6.855V43.5a.5.5 0 0 1-.5.5zm-6.485-19.878A9.482 9.482 0 0 0 22.5 31.5a9.475 9.475 0 0 0 3.38 7.263.5.5 0 0 1 .078.687l-.605.796a.5.5 0 0 1-.717.084A11.47 11.47 0 0 1 20.5 31.5c0-3.636 1.687-6.877 4.321-8.985a.272.272 0 0 1 .383.043l.004.005.859 1.13a.31.31 0 0 1-.052.429zM43.5 31.5a11.47 11.47 0 0 1-3.782 8.526c-.09.081-.209.182-.355.303a.5.5 0 0 1-.716-.083l-.605-.797a.5.5 0 0 1 .078-.686c.116-.097.211-.18.285-.246A9.476 9.476 0 0 0 41.5 31.5a9.475 9.475 0 0 0-3.38-7.262.5.5 0 0 1-.078-.688l.607-.798a.5.5 0 0 1 .715-.084l.14.118A11.474 11.474 0 0 1 43.5 31.5zm-15.184-4.08a4.43 4.43 0 0 0-.189.175A5.483 5.483 0 0 0 26.5 31.5a5.484 5.484 0 0 0 1.816 4.08.5.5 0 0 1 .068.678l-.608.8a.5.5 0 0 1-.724.076A7.48 7.48 0 0 1 24.5 31.5a7.48 7.48 0 0 1 2.55-5.634.5.5 0 0 1 .726.076l.608.8a.5.5 0 0 1-.068.678zM39.5 31.5a7.481 7.481 0 0 1-2.55 5.634.5.5 0 0 1-.726-.075l-.609-.802a.5.5 0 0 1 .068-.678c.1-.088.18-.164.243-.227A5.482 5.482 0 0 0 37.5 31.5a5.482 5.482 0 0 0-1.539-3.815 4.917 4.917 0 0 0-.28-.264.5.5 0 0 1-.066-.677l.608-.801a.5.5 0 0 1 .724-.077A7.479 7.479 0 0 1 39.5 31.5zM32 33a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" }), React.createElement("circle", { cx: "32", cy: "32", r: "19", stroke: "#FFF", strokeWidth: "2", opacity: ".2" }), React.createElement("circle", { cx: "32", cy: "32", r: "15", stroke: "#FFF", strokeWidth: "2", opacity: ".2" }), React.createElement("circle", { cx: "32", cy: "32", r: "23", stroke: "#FFF", strokeWidth: "2" }))); exports.default = ChannelSmall;