iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 648 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 NoteIcon = (props) => React.createElement("svg", { "aria-label": "note icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19 2a2 2 0 0 1 2 2v16c0 1.103-.896 2-2 2H7c-1.104 0-2-.897-2-2v-2H3v-2h2v-3H3v-2h2V8H3V6h2V4a2 2 0 0 1 2-2h12zM7 20h12.002L19 4H7v2h1v2H7v3h1v2H7v3h1v2H7v2zm3-13h7v6h-7V7zm2 2v2h3V9h-3z" }));
exports.default = NoteIcon;