google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 1.54 kB
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 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.83086C16.03 8.27086 16.13 7.14086 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.94086C7.87 7.14086 7.97 8.28086 8.07 8.83086C7.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.1209ZM12 6.12086C12.88 6.12086 13.62 6.69086 13.88 7.48086C13.29 7.25086 12.66 7.12086 12 7.12086C11.34 7.12086 10.71 7.25086 10.12 7.48086C10.38 6.69086 11.12 6.12086 12 6.12086ZM12 19.1209C9.79 19.1209 8 16.8809 8 14.1209C8 11.3609 9.79 9.12086 12 9.12086C14.21 9.12086 16 11.3609 16 14.1209C16 16.8809 14.21 19.1209 12 19.1209Z",
key: "1ys5wh"
}
],
["path", { d: "M13 11.1209H11V17.1209H13V11.1209Z", key: "1s9wb6" }]
]);
export { PestControl as default };
//# sourceMappingURL=pest_control.js.map