UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.16 kB
"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 Notes = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("defs", null, React.createElement("path", { d: "M16.433 16.434H5.331a1.11 1.11 0 0 1-1.11-1.11V3.11c0-.613.497-1.11 1.11-1.11h11.102c.613 0 1.11.497 1.11 1.11v12.214a1.11 1.11 0 0 1-1.11 1.11zm0-12.768a.555.555 0 0 0-.555-.555H5.886a.555.555 0 0 0-.555.555v11.103c0 .306.248.555.555.555h9.992a.555.555 0 0 0 .555-.555V3.666zm-1.11 14.989H3.11A1.11 1.11 0 0 1 2 17.545V5.33c0-.613.497-1.11 1.11-1.11v13.323h13.323a1.11 1.11 0 0 1-1.11 1.11zm-.555-5.552H6.996a.555.555 0 0 1 0-1.11h7.772a.555.555 0 0 1 0 1.11zm0-3.33H6.996a.555.555 0 0 1 0-1.111h7.772a.555.555 0 0 1 0 1.11zM11.437 6.44H6.996a.555.555 0 1 1 0-1.11h4.441a.555.555 0 0 1 0 1.11z", id: "a" })), React.createElement("use", { fill: "#000", href: "#a", fillRule: "evenodd" })); exports.default = Notes;