google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 977 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 WorkOff = createIcon("WorkOff", [
[
"path",
{
d: "M9.42992 3.57992H13.4299V5.57992H9.82992L11.8299 7.57992H19.4299V15.1799L21.4299 17.1799V7.57992C21.4299 6.46992 20.5399 5.57992 19.4299 5.57992H15.4299V3.57992C15.4299 2.46992 14.5399 1.57992 13.4299 1.57992H9.42992C8.43992 1.57992 7.62992 2.27992 7.46992 3.21992L9.42992 5.17992V3.57992ZM2.82992 1.41992L1.41992 2.82992L4.16992 5.57992H3.42992C2.31992 5.57992 1.43992 6.46992 1.43992 7.57992L1.42992 18.5799C1.42992 19.6899 2.31992 20.5799 3.42992 20.5799H19.1699L21.1699 22.5799L22.5799 21.1699L2.82992 1.41992ZM3.42992 18.5799V7.57992H6.16992L17.1699 18.5799H3.42992Z",
key: "k8g9n4"
}
]
]);
export { WorkOff as default };
//# sourceMappingURL=work_off.js.map