google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.41 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 Dry = createIcon("Dry", [
[
"path",
{
d: "M21.25 15.5C21.94 15.5 22.5 14.94 22.5 14.25C22.5 13.56 21.94 13 21.25 13H12.5V12H19.25C19.94 12 20.5 11.44 20.5 10.75C20.5 10.08 19.97 9.55 19.32 9.51L9.37 9.5L10.85 6.9C10.94 6.73 10.99 6.56 10.99 6.36C10.99 6.1 10.9 5.86 10.73 5.66L9.62 4.5L2.44 11.3C1.84 11.86 1.5 12.65 1.5 13.47V19.5C1.5 21.16 2.84 22.5 4.5 22.5H18.25C18.94 22.5 19.5 21.94 19.5 21.25C19.5 20.56 18.94 20 18.25 20H12.5V19H20.25C20.94 19 21.5 18.44 21.5 17.75C21.5 17.06 20.94 16.5 20.25 16.5H12.5V15.5H21.25ZM10.5 20.5H4.5C3.95 20.5 3.5 20.05 3.5 19.5V13.5C3.5 13.11 3.73 12.86 3.86 12.75L7.5 9.37V11.5H10.5V20.5ZM16.15 4.36L16.08 4.29C15.51 3.67 15.26 2.88 15.41 2.09L15.5 1.5H13.61L13.55 1.93C13.35 3.29 13.82 4.64 14.85 5.65L14.92 5.71C15.49 6.33 15.74 7.12 15.59 7.91L15.48 8.5H17.39L17.45 8.07C17.66 6.71 17.18 5.36 16.15 4.36ZM20.15 4.36L20.08 4.29C19.51 3.67 19.26 2.88 19.41 2.09L19.5 1.5H17.61L17.55 1.93C17.35 3.29 17.82 4.64 18.85 5.65L18.92 5.71C19.49 6.33 19.74 7.12 19.59 7.91L19.48 8.5H21.39L21.45 8.07C21.66 6.71 21.18 5.36 20.15 4.36Z",
key: "18shqx"
}
]
]);
export { Dry as default };
//# sourceMappingURL=dry.js.map