google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 716 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const GifBox = createIcon("GifBox", [
[
"path",
{
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9.5 13V12H10.5V13C10.5 13.55 10.05 14 9.5 14H8.5C7.95 14 7.5 13.55 7.5 13V11C7.5 10.45 7.95 10 8.5 10H9.5C10.05 10 10.5 10.45 10.5 11H8.5V13H9.5ZM12.5 14H11.5V10H12.5V14ZM16.5 11H14.5V11.5H16V12.5H14.5V14H13.5V10H16.5V11Z",
key: "1o1it4"
}
]
]);
export { GifBox as default };
//# sourceMappingURL=gif_box.js.map