iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 948 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 Note = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.988 18.765H3.665c-.92 0-1.665-.746-1.665-1.666V2.666C2 1.746 2.746 1 3.665 1h13.323c.92 0 1.665.746 1.665 1.666v14.433c0 .92-.745 1.666-1.665 1.666zm.555-16.099a.555.555 0 0 0-.555-.555H3.666a.555.555 0 0 0-.555.555V17.1c0 .307.248.555.555.555h13.322a.555.555 0 0 0 .555-.555V2.666zm-2.775 10.548H5.886a.555.555 0 1 1 0-1.11h8.882a.555.555 0 1 1 0 1.11zm0-3.332H5.886a.555.555 0 1 1 0-1.11h8.882a.555.555 0 0 1 0 1.11zm0-3.33H5.886a.555.555 0 1 1 0-1.11h8.882a.555.555 0 0 1 0 1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Note;