UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 897 B
/** * @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: "M22.5051 21.2451L2.75512 1.49512L1.49512 2.75512L4.19512 5.45512H3.55512C2.44512 5.45512 1.56512 6.34512 1.56512 7.45512L1.55512 18.4551C1.55512 19.5651 2.44512 20.4551 3.55512 20.4551H19.1951L21.2451 22.5051L22.5051 21.2451ZM21.5051 7.45512C21.5551 6.34512 20.6651 5.45512 19.5551 5.50512H15.5551V3.45512C15.5551 2.34512 14.6651 1.45512 13.5551 1.50512H9.55512C8.44512 1.45512 7.55512 2.34512 7.55512 3.45512V3.77512L21.5051 17.7751V7.45512ZM13.5551 5.50512H9.50512V3.45512H13.5551V5.50512Z", key: "1h90pp" } ] ]); export { WorkOff as default }; //# sourceMappingURL=work_off.js.map