UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.33 kB
/** * @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 AssistWalker = createIcon("AssistWalker", [ [ "path", { d: "M13.1752 7C14.2798 7 15.1752 6.10457 15.1752 5C15.1752 3.89543 14.2798 3 13.1752 3C12.0706 3 11.1752 3.89543 11.1752 5C11.1752 6.10457 12.0706 7 13.1752 7Z", key: "x3lky1" } ], [ "path", { d: "M20.4452 18.22L19.8052 11.85C19.7352 11.08 19.0852 10.5 18.3152 10.5H16.6752C15.1752 10.48 13.8152 9.96 12.9152 9.06L10.9152 7.08C10.7552 6.92 10.2952 6.5 9.5052 6.5C8.9952 6.5 8.4852 6.7 8.0952 7.09L4.7552 10.41C4.2252 11.09 4.2452 11.98 4.5452 12.54L5.9752 15.34L2.8252 19.39L4.3952 20.63L8.0752 15.9L7.9052 14.54L8.6752 15.25V20.5H10.6752V14.38L8.5552 12.26L10.9152 9.9C11.8552 10.84 12.6352 11.72 14.5052 12.22L13.6752 20.5H15.1752L15.5852 17H18.7652L18.9052 18.22C18.4652 18.48 18.1752 18.96 18.1752 19.5C18.1752 20.33 18.8452 21 19.6752 21C20.5052 21 21.1752 20.33 21.1752 19.5C21.1752 18.96 20.8852 18.48 20.4452 18.22ZM15.7652 15.5L16.1752 12H18.1752L18.5852 15.5H15.7652Z", key: "1to6yj" } ] ]); export { AssistWalker as default }; //# sourceMappingURL=assist_walker.js.map