@patreon/studio
Version:
Patreon Studio Design System
8 lines • 852 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWrench = withIcon(function IconWrench(props) {
return (<svg data-tag="IconWrench" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path fillRule="evenodd" d="M4.554 16.193a2.315 2.315 0 1 0 3.266 3.263l5.344-6.187a.379.379 0 0 1 .43-.1 4.84 4.84 0 0 0 2.626.268 4.902 4.902 0 0 0 3.908-3.734 4.796 4.796 0 0 0 .074-1.727.376.376 0 0 0-.641-.21l-2.534 2.59a.375.375 0 0 1-.364.1l-2.248-.592a.375.375 0 0 1-.267-.267l-.592-2.248a.375.375 0 0 1 .1-.364l2.59-2.533a.376.376 0 0 0-.21-.642 4.796 4.796 0 0 0-1.73.074 4.903 4.903 0 0 0-3.731 3.91 4.841 4.841 0 0 0 .268 2.625.377.377 0 0 1-.098.428zm1.45 2.94a1.125 1.125 0 1 1 1.124-1.124c0 .621-.504 1.125-1.125 1.125z" clipRule="evenodd"/>
</svg>);
});
//# sourceMappingURL=Wrench.jsx.map