google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 728 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 TextRotationAngleup = createIcon("TextRotationAngleup", [
[
"path",
{
d: "M16.51 8.37986L17.92 9.78986L8.73 18.9799L10.14 20.3899L19.33 11.1999L20.75 12.6199V8.37986H16.51ZM8.23 12.1299L11.77 8.58986L13.96 9.50986L15.44 8.02986L4.31 3.60986L3.25 4.66986L7.67 15.8099L9.15 14.3299L8.23 12.1299ZM7.41 10.4099L5.18 5.53986L10.05 7.76986L7.41 10.4099Z",
key: "us221v"
}
]
]);
export { TextRotationAngleup as default };
//# sourceMappingURL=text_rotation_angleup.js.map