@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBulletList = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBulletList = function GYSiGlyphBulletList(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphBulletList = GYSiGlyphBulletList;