google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 749 B
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 ThumbDownAlt = createIcon("ThumbDownAlt", [
[
"path",
{
d: "M22 3H20C19.45 3 19 3.45 19 4V13C19 13.55 19.45 14 20 14H22V3ZM2.17 10.12C2.06 10.37 2 10.64 2 10.92V12C2 13.1 2.9 14 4 14H9.5L8.58 18.65C8.53 18.87 8.56 19.11 8.66 19.31C8.89 19.76 9.18 20.17 9.54 20.53L10 21L16.41 14.59C16.79 14.21 17 13.7 17 13.17V5.34C17 4.05 15.95 3 14.66 3H6.56C5.85 3 5.2 3.37 4.84 3.97L2.17 10.12Z",
key: "1g8pd9"
}
]
]);
export { ThumbDownAlt as default };
//# sourceMappingURL=thumb_down_alt.js.map