UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 581 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 Jamboard = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.143 0v7.877h7.783V0zm0 8.155v7.784h7.783V8.155zm-.28.005a7.926 7.923 0 00-7.789 7.917A7.926 7.923 0 0012 24a7.926 7.923 0 007.918-7.78h-8.056z" })); exports.default = Jamboard;