@icongo/ti
Version:
Typicons Icons
27 lines • 855 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TIThList = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M19 17h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2z"
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 19,
r: 2.5
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 12,
r: 2.5
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 5,
r: 2.5
})]
}));
export { TIThList };