UNPKG

@patreon/studio

Version:

Patreon Studio Design System

8 lines 625 B
import React from 'react'; import withIcon from '../lib/withIcon'; export const IconDrag = withIcon(function IconDrag(props) { return (<svg data-tag="IconDrag" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <path d="M17 4.5a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m0 7.5a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m0 7.5a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m-6.498-15A1.75 1.75 0 1 1 7 4.499a1.75 1.75 0 0 1 3.5.001m.002 7.5A1.75 1.75 0 1 1 7 11.999a1.75 1.75 0 0 1 3.5.001m.002 7.5A1.75 1.75 0 1 1 7 19.499a1.75 1.75 0 0 1 3.5.001"/> </svg>); }); //# sourceMappingURL=Drag.jsx.map