google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 645 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 AutoAwesomeMotion = createIcon("AutoAwesomeMotion", [
[
"path",
{
d: "M14 2H4C2.9 2 2 2.9 2 4V14H4V4H14V2ZM18 6H8C6.9 6 6 6.9 6 8V18H8V8H18V6ZM20 10H12C10.9 10 10 10.9 10 12V20C10 21.1 10.9 22 12 22H20C21.1 22 22 21.1 22 20V12C22 10.9 21.1 10 20 10ZM20 20H12V12H20V20Z",
key: "nqicsv"
}
]
]);
export { AutoAwesomeMotion as default };
//# sourceMappingURL=auto_awesome_motion.js.map