UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.43 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 Readme = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.011 3.269H16.19a4.29 4.29 0 00-4.185 3.345A4.29 4.29 0 007.819 3.27H2a2 2 0 00-2.001 2v10.244a2 2 0 002 2h3.738c4.257 0 5.53 1.025 6.138 3.134a.112.112 0 00.112.084h.024a.112.112 0 00.112-.084c.612-2.109 1.885-3.133 6.138-3.133h3.737a2 2 0 002.001-2V5.27a2 2 0 00-1.989-2zM10.083 14.325a.144.144 0 01-.144.144H3.257a.144.144 0 01-.144-.144v-.953a.144.144 0 01.144-.144H9.94a.144.144 0 01.144.144zm0-2.537a.144.144 0 01-.144.144H3.257a.144.144 0 01-.144-.144v-.952a.144.144 0 01.144-.144H9.94a.144.144 0 01.144.144zm0-2.537a.144.144 0 01-.144.144H3.257a.144.144 0 01-.144-.144V8.3a.144.144 0 01.144-.144H9.94a.144.144 0 01.144.144zm10.804 5.07a.144.144 0 01-.144.144h-6.682a.144.144 0 01-.144-.144v-.953a.144.144 0 01.144-.144h6.682a.144.144 0 01.144.144zm0-2.537a.144.144 0 01-.144.144h-6.682a.144.144 0 01-.144-.144v-.952a.144.144 0 01.144-.144h6.682a.144.144 0 01.144.144zm0-2.537a.144.144 0 01-.144.144h-6.682a.144.144 0 01-.144-.144V8.3a.144.144 0 01.144-.144h6.682a.144.144 0 01.144.144v.952z" })); exports.default = Readme;