iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 634 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 List = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.33 14.993v-1.11h12.213v1.11H5.331zm0-5.552h12.213v1.11H5.331v-1.11zM5.33 5h12.213v1.11H5.331V5zM2 13.882h1.11v1.111H2v-1.11zm0-4.44h1.11v1.11H2v-1.11zM2 5h1.11v1.11H2V5z", fill: "#000", fillRule: "evenodd" }));
exports.default = List;