iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 865 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 BoardWriting3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.75 3.25a.75.75 0 00-1.5 0V4.5h-6.5A2.25 2.25 0 002.5 6.75V15a2.25 2.25 0 002.25 2.25h3.157l-1.116 3.257a.75.75 0 101.419.486l1.283-3.743h1.757v4a.75.75 0 001.5 0v-4h1.757l1.284 3.743a.75.75 0 001.419-.486l-1.117-3.257h3.157A2.25 2.25 0 0021.5 15V6.75a2.25 2.25 0 00-2.25-2.25h-6.5V3.25zm6.5 12.5H4.75A.75.75 0 014 15V6.75A.75.75 0 014.75 6h14.5a.75.75 0 01.75.75V15a.75.75 0 01-.75.75z", fill: "#323544" }));
exports.default = BoardWriting3;