iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 906 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 BrandFlipboard = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-flipboard", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3.973 3h16.054c.537 0 .973.436.973.973v4.052a.973.973 0 01-.973.973h-5.025v4.831c0 .648-.525 1.173-1.173 1.173H9v5.025a.973.973 0 01-.974.973H3.973A.973.973 0 013 20.027V3.973C3 3.436 3.436 3 3.973 3z" }));
exports.default = BrandFlipboard;