UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 593 B
"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 List = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M3 18c0 .552.445 1 .993 1h16.014A.994.994 0 0 0 21 18v-1H3v1zm0-7h18V9H3zm0-4h18V6c0-.552-.445-1-.993-1H3.993A.994.994 0 0 0 3 6v1zm0 8h18v-2H3z", fill: "currentColor" })); exports.default = List;