@patreon/studio
Version:
Patreon Studio Design System
8 lines • 1.28 kB
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDevices = withIcon(function IconDevices(props) {
return (<svg data-tag="IconDevices" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M13.5 17.625c0 .45-.056.73-.225.9-.169.169-.45.225-.9.225H1.125c-.45 0-.73-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h11.25c.45 0 .73.056.9.225.169.169.225.45.225.9m5.852-12.483c-.18-1.07-.578-1.606-1.464-1.874S15.628 3 13.5 3H9c-3.001 0-4.501 0-5.251.749C2.999 4.499 3 5.999 3 9v4.875c0 .448.057.729.226.898.17.17.45.227.898.227h8.251c.448 0 .729-.057.898-.227.17-.17.227-.45.227-.898V12c0-1.289 0-2.288.125-3.09s.376-1.407.877-1.908c.44-.44.96-.687 1.625-.825.664-.138 1.471-.169 2.484-.175.33-.002.542-.055.658-.188.117-.133.138-.347.083-.672M24 12v4.5c0 2.25 0 3.375-.562 3.938C22.875 21 21.75 21 19.5 21s-3.375 0-3.937-.562C15 19.875 15 18.75 15 16.5V12c0-2.25 0-3.375.563-3.937C16.125 7.5 17.25 7.5 19.5 7.5s3.375 0 3.938.563C24 8.625 24 9.75 24 12m-2.25 6.75c0-.3-.038-.487-.15-.6-.113-.112-.3-.15-.6-.15h-3c-.3 0-.487.038-.6.15-.112.113-.15.3-.15.6s.038.487.15.6c.113.112.3.15.6.15h3c.3 0 .487-.038.6-.15.112-.113.15-.3.15-.6"/>
</svg>);
});
//# sourceMappingURL=Devices.jsx.map