@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.55 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DragSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M5 3C4.17157 3 3.5 2.32843 3.5 1.5C3.5 0.671573 4.17157 -3.62117e-08 5 0C5.82843 3.62117e-08 6.5 0.671573 6.5 1.5C6.5 2.32843 5.82843 3 5 3Z", fill: "currentColor" }),
React.createElement("path", { d: "M5 9.5C4.17157 9.5 3.5 8.82843 3.5 8C3.5 7.17157 4.17157 6.5 5 6.5C5.82843 6.5 6.5 7.17157 6.5 8C6.5 8.82843 5.82843 9.5 5 9.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M5 16C4.17157 16 3.5 15.3284 3.5 14.5C3.5 13.6716 4.17157 13 5 13C5.82843 13 6.5 13.6716 6.5 14.5C6.5 15.3284 5.82843 16 5 16Z", fill: "currentColor" }),
React.createElement("path", { d: "M11 3C10.1716 3 9.5 2.32843 9.5 1.5C9.5 0.671573 10.1716 -3.62117e-08 11 0C11.8284 3.62117e-08 12.5 0.671573 12.5 1.5C12.5 2.32843 11.8284 3 11 3Z", fill: "currentColor" }),
React.createElement("path", { d: "M11 9.5C10.1716 9.5 9.5 8.82843 9.5 8C9.5 7.17157 10.1716 6.5 11 6.5C11.8284 6.5 12.5 7.17157 12.5 8C12.5 8.82843 11.8284 9.5 11 9.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M11 16C10.1716 16 9.5 15.3284 9.5 14.5C9.5 13.6716 10.1716 13 11 13C11.8284 13 12.5 13.6716 12.5 14.5C12.5 15.3284 11.8284 16 11 16Z", fill: "currentColor" }))); });
DragSIcon.displayName = 'DragSIcon';