@patreon/studio
Version:
Patreon Studio Design System
8 lines • 945 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorUnderline = withIcon(function IconEditorUnderline(props) {
return (<svg data-tag="IconEditorUnderline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M18 6v5.745c0 2.095-.49 3.66-1.485 4.7C15.52 17.483 14.02 18 12 18c-2.02 0-3.52-.516-4.515-1.556C6.49 15.404 6 13.84 6 11.744V6c0-.599.076-.974.3-1.2.226-.224.601-.3 1.2-.3s.974.075 1.2.3c.224.226.3.601.3 1.2v5.745c0 1.294.245 2.201.743 2.785.497.585 1.247.845 2.257.845s1.76-.26 2.258-.845c.497-.584.742-1.491.742-2.785V6c0-.599.075-.974.3-1.2.226-.224.601-.3 1.2-.3s.974.075 1.2.3c.224.226.3.601.3 1.2m-1.125 13.5h-9.75c-.45 0-.731.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225h9.75c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.057-.731-.225-.9c-.17-.169-.45-.225-.9-.225"/>
</svg>);
});
//# sourceMappingURL=EditorUnderline.jsx.map