@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 706 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBulletList = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bullet-list",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3.016 9h-3V6h3v3ZM.953 8h1V6.969h-1V8Zm2.016 4.986H.016V10h2.953v2.986ZM.954 12h1v-1h-1v1Zm2.062-7h-3V2h3v3ZM.953 4h1V2.969h-1V4ZM5 7h10.977v.96H5zm0-4h10.977v.96H5zm0 8h10.977v.914H5z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBulletList };