google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 748 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 ThumbUpAlt = createIcon("ThumbUpAlt", [
[
"path",
{
d: "M2 21H4C4.55 21 5 20.55 5 20V11C5 10.45 4.55 10 4 10H2V21ZM21.83 13.88C21.94 13.63 22 13.36 22 13.08V12C22 10.9 21.1 10 20 10H14.5L15.42 5.35C15.47 5.13 15.44 4.89 15.34 4.69C15.11 4.24 14.82 3.83 14.46 3.47L14 3L7.59 9.41C7.21 9.79 7 10.3 7 10.83V18.67C7 19.95 8.05 21 9.34 21H17.45C18.15 21 18.81 20.63 19.17 20.03L21.83 13.88Z",
key: "1kaqod"
}
]
]);
export { ThumbUpAlt as default };
//# sourceMappingURL=thumb_up_alt.js.map