google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 759 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 AllOut = createIcon("AllOut", [
[
"path",
{
d: "M16 4L20 8V4H16ZM20 16L16 20H20V16ZM8 20L4 16V20H8ZM4 8L8 4H4V8ZM16.95 7.05C14.22 4.32 9.78 4.32 7.05 7.05C4.32 9.78 4.32 14.22 7.05 16.95C9.78 19.68 14.22 19.68 16.95 16.95C19.68 14.22 19.68 9.79 16.95 7.05ZM15.85 15.85C13.72 17.98 10.28 17.98 8.15 15.85C6.02 13.72 6.02 10.28 8.15 8.15C10.28 6.02 13.72 6.02 15.85 8.15C17.98 10.28 17.98 13.72 15.85 15.85Z",
key: "1djg9o"
}
]
]);
export { AllOut as default };
//# sourceMappingURL=all_out.js.map