iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 758 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 SignalSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "#FFF", strokeWidth: "2" },
React.createElement("path", { strokeLinecap: "round", d: "M32 12L13 55m19-43l19 43M32 10v50M21 37l17-11m10 23L21 37m27 12l-16 6m-16-6l16 6m11-18L26 26M16 49l27-12" }),
React.createElement("path", { d: "M34 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0z" })));
exports.default = SignalSmall;