@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 759 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBulletCheckedList = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bullet-checked-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-1v1ZM5 3h10.977v.976H5zm0 4h10.977v.96H5zm0 4h10.977v.914H5zM1.366 5.295.021 3.939l.635-.635.71.696 2.036-2 .623.636-2.659 2.659Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBulletCheckedList };