UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.24 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 PestControl = createIcon("PestControl", [ [ "path", { d: "M21 13.1209H17.93C17.88 12.7309 17.81 12.3509 17.71 11.9809L20.29 10.4909L19.29 8.76086L16.92 10.1209C16.64 9.64086 16.3 9.21086 15.93 8.83086C15.97 8.60086 16 8.37086 16 8.12086C16 7.32086 15.76 6.57086 15.35 5.94086L17 4.29086L15.59 2.88086L13.87 4.60086C12.19 3.71086 10.77 4.27086 10.14 4.60086L8.41 2.88086L7 4.29086L8.65 5.94086C8.24 6.57086 8 7.32086 8 8.12086C8 8.37086 8.03 8.60086 8.07 8.84086C7.7 9.22086 7.36 9.65086 7.08 10.1209L4.71 8.75086L3.71 10.4809L6.29 11.9709C6.19 12.3409 6.12 12.7209 6.07 13.1109H3V15.1109H6.07C6.12 15.5009 6.19 15.8809 6.29 16.2509L3.71 17.7409L4.71 19.4709L7.08 18.1209C8.16 19.9309 9.96 21.1209 12 21.1209C14.04 21.1209 15.84 19.9309 16.92 18.1209L19.29 19.4909L20.29 17.7609L17.71 16.2709C17.81 15.9009 17.88 15.5209 17.93 15.1309H21V13.1209ZM13 17.1209H11V11.1209H13V17.1209Z", key: "t8yjz7" } ] ]); export { PestControl as default }; //# sourceMappingURL=pest_control.js.map