UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 694 B
"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 Forum = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M4 18H2V5a3 3 0 0 1 3-3h13v2H5a1 1 0 0 0-1 1z" }), React.createElement("path", { d: "M27 7H10a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h6v-2h-6a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-5.2L17 28.85 18.64 30l4.2-6H27a3 3 0 0 0 3-3V10a3 3 0 0 0-3-3z" })); exports.default = Forum;