@icongo/mc
Version:
Micon Icons
13 lines • 538 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlSliderThumb = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1365 341v1366q0 70-27 132t-73.5 108.5T1156 2021t-132 27-132-27-108.5-73.5T710 1839t-27-132V341q0-70 27-132t73.5-108.5T892 27t132-27 132 27 108.5 73.5T1338 209t27 132z"
})
}));
export { MCMdlSliderThumb };