UNPKG

@patreon/studio

Version:

Patreon Studio Design System

8 lines 1.24 kB
import React from 'react'; import withIcon from '../lib/withIcon'; export const IconGrid = withIcon(function IconGrid(props) { return (<svg data-tag="IconGrid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <path d="M11.25 7.5c0 1.875 0 2.813-.469 3.281-.469.469-1.406.469-3.281.469-1.875 0-2.812 0-3.281-.469-.469-.469-.469-1.406-.469-3.281 0-1.875 0-2.812.469-3.281.469-.469 1.406-.469 3.281-.469 1.875 0 2.813 0 3.281.469.469.469.469 1.406.469 3.281M7.5 12.75c-1.875 0-2.812 0-3.281.469-.469.469-.469 1.406-.469 3.281 0 1.875 0 2.813.469 3.281.469.469 1.406.469 3.281.469 1.875 0 2.813 0 3.281-.469.469-.469.469-1.406.469-3.281 0-1.875 0-2.812-.469-3.281-.469-.469-1.406-.469-3.281-.469m9-1.5c1.875 0 2.813 0 3.281-.469.469-.469.469-1.406.469-3.281 0-1.875 0-2.812-.469-3.281-.469-.469-1.406-.469-3.281-.469-1.875 0-2.812 0-3.281.469-.469.469-.469 1.406-.469 3.281 0 1.875 0 2.813.469 3.281.469.469 1.406.469 3.281.469m0 1.5c-1.875 0-2.812 0-3.281.469-.469.469-.469 1.406-.469 3.281 0 1.875 0 2.813.469 3.281.469.469 1.406.469 3.281.469 1.875 0 2.813 0 3.281-.469.469-.469.469-1.406.469-3.281 0-1.875 0-2.812-.469-3.281-.469-.469-1.406-.469-3.281-.469"/> </svg>); }); //# sourceMappingURL=Grid.jsx.map