@icongo/pp
Version:
Pepicons Icons
66 lines • 2.32 kB
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 PPSliders = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M3.5 4.75H10m6.5 0h-1.625"
}), /*#__PURE__*/_jsx("circle", {
cx: 12.75,
cy: 5,
r: 1.75,
stroke: "currentColor",
strokeWidth: 2
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M3.5 14.75H10m6.5 0h-1.625"
}), /*#__PURE__*/_jsx("circle", {
cx: 12.75,
cy: 15,
r: 1.75,
stroke: "currentColor",
strokeWidth: 2
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M3.5 9.75h1.625m11.375 0H10"
}), /*#__PURE__*/_jsx("circle", {
cx: 7.75,
cy: 10,
r: 1.75,
stroke: "currentColor",
strokeWidth: 2
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 4.75a1 1 0 0 1 1-1H10a1 1 0 1 1 0 2H3.5a1 1 0 0 1-1-1Zm11.375 0a1 1 0 0 1 1-1H16.5a1 1 0 1 1 0 2h-1.625a1 1 0 0 1-1-1Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12.75 5.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 2a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5Zm-10.25 7a1 1 0 0 1 1-1H10a1 1 0 1 1 0 2H3.5a1 1 0 0 1-1-1Zm11.375 0a1 1 0 0 1 1-1H16.5a1 1 0 1 1 0 2h-1.625a1 1 0 0 1-1-1Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12.75 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 2a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5Zm-10.25-8a1 1 0 0 1 1-1h1.625a1 1 0 0 1 0 2H3.5a1 1 0 0 1-1-1Zm6.5 0a1 1 0 0 1 1-1h6.5a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M7.75 10.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 2a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5Z",
clipRule: "evenodd"
})]
}));
export { PPSliders };