UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.02 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 BulletList = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("rect", { x: "10", y: "15", width: "8", height: "2", rx: "1" }), React.createElement("rect", { x: "6", y: "15", width: "2", height: "2", rx: "1" }), React.createElement("rect", { x: "10", y: "11", width: "8", height: "2", rx: "1" }), React.createElement("rect", { x: "6", y: "11", width: "2", height: "2", rx: "1" }), React.createElement("rect", { x: "10", y: "7", width: "8", height: "2", rx: "1" }), React.createElement("rect", { x: "6", y: "7", width: "2", height: "2", rx: "1" }))); exports.default = BulletList;