sebikostudio-icons
Version:
A collection of icon components
64 lines • 3.62 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React, { forwardRef } from 'react';
export const DragHandleDots1Icon = /*#__PURE__*/forwardRef(({
className,
style,
ariaLabel,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", _extends({
ref: ref,
className: className,
"aria-label": ariaLabel || "drag handle dots, drag handle, handle, dots",
style: style,
width: "20",
height: "20",
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 2C5 1.44772 5.44772 1 6 1C6.55228 1 7 1.44772 7 2C7 2.55228 6.55228 3 6 3C5.44772 3 5 2.55228 5 2Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 6C5 5.44772 5.44772 5 6 5C6.55228 5 7 5.44772 7 6C7 6.55228 6.55228 7 6 7C5.44772 7 5 6.55228 5 6Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 10C5 9.44772 5.44772 9 6 9C6.55228 9 7 9.44772 7 10C7 10.5523 6.55228 11 6 11C5.44772 11 5 10.5523 5 10Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 14C5 13.4477 5.44772 13 6 13C6.55228 13 7 13.4477 7 14C7 14.5523 6.55228 15 6 15C5.44772 15 5 14.5523 5 14Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 18C5 17.4477 5.44772 17 6 17C6.55228 17 7 17.4477 7 18C7 18.5523 6.55228 19 6 19C5.44772 19 5 18.5523 5 18Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 2C9 1.44772 9.44772 1 10 1C10.5523 1 11 1.44772 11 2C11 2.55228 10.5523 3 10 3C9.44772 3 9 2.55228 9 2Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 6C9 5.44772 9.44772 5 10 5C10.5523 5 11 5.44772 11 6C11 6.55228 10.5523 7 10 7C9.44772 7 9 6.55228 9 6Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11C9.44772 11 9 10.5523 9 10Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 14C9 13.4477 9.44772 13 10 13C10.5523 13 11 13.4477 11 14C11 14.5523 10.5523 15 10 15C9.44772 15 9 14.5523 9 14Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 18C9 17.4477 9.44772 17 10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19C9.44772 19 9 18.5523 9 18Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 2C13 1.44772 13.4477 1 14 1C14.5523 1 15 1.44772 15 2C15 2.55228 14.5523 3 14 3C13.4477 3 13 2.55228 13 2Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 6C13 5.44772 13.4477 5 14 5C14.5523 5 15 5.44772 15 6C15 6.55228 14.5523 7 14 7C13.4477 7 13 6.55228 13 6Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 10C13 9.44772 13.4477 9 14 9C14.5523 9 15 9.44772 15 10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 14C13 13.4477 13.4477 13 14 13C14.5523 13 15 13.4477 15 14C15 14.5523 14.5523 15 14 15C13.4477 15 13 14.5523 13 14Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 18C13 17.4477 13.4477 17 14 17C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19C13.4477 19 13 18.5523 13 18Z",
fill: "currentColor"
})));
export default DragHandleDots1Icon;