UNPKG

@patreon/studio

Version:

Patreon Studio Design System

8 lines 388 B
import React from 'react'; import withIcon from '../lib/withIcon'; export const IconIndeterminate = withIcon(function IconIndeterminate(props) { return (<svg data-tag="IconIndeterminate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <path d="M3 12a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1"/> </svg>); }); //# sourceMappingURL=Indeterminate.jsx.map