iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 682 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 VisTagCloud = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M1.5 9.047a.5.5 0 1 0 0 1h13a.5.5 0 0 0 0-1h-13zm0-1h13a1.5 1.5 0 0 1 0 3h-13a1.5 1.5 0 0 1 0-3zM10 13a.5.5 0 1 1 0 1H4a.5.5 0 1 1 0-1h6zM8.001 2.015a.5.5 0 1 1-.002 1l-5-.015a.5.5 0 1 1 .003-1l5 .015zM14 5a.5.5 0 1 1 0 1H6a.5.5 0 0 1 0-1h8z" }));
exports.default = VisTagCloud;