iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 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 TowerBroadcast1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.557 3.791a.75.75 0 011.054.117c1.876 2.345 1.876 6.093 0 8.438a.75.75 0 01-1.171-.938c1.438-1.797 1.438-4.765 0-6.562a.75.75 0 01.117-1.055zM4.659 4.846a.75.75 0 00-1.172-.938c-1.876 2.345-1.876 6.093 0 8.438a.75.75 0 001.172-.938c-1.438-1.797-1.438-4.765 0-6.562zM8.096 6.873a1.773 1.773 0 000 2.508.75.75 0 01-1.061 1.06 3.273 3.273 0 010-4.629.75.75 0 011.06 1.061zM16.002 6.873a1.773 1.773 0 010 2.508.75.75 0 101.06 1.06 3.273 3.273 0 000-4.629.75.75 0 00-1.06 1.061zM10.3 8.127c0-.967.784-1.75 1.75-1.75h.002a1.75 1.75 0 01.747 3.333v10.667a.75.75 0 01-1.5 0V9.707a1.75 1.75 0 01-.998-1.58z", fill: "#323544" }));
exports.default = TowerBroadcast1;