@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
16 lines (13 loc) • 557 B
JavaScript
import React from 'react';
var SvgHorizontalDotsMinor = function SvgHorizontalDotsMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5 11.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"
}));
};
export { SvgHorizontalDotsMinor as S };