google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 768 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: "M4.48969 3.60498L3.42969 4.66498L7.84969 15.795L9.32969 14.315L8.40969 12.125L11.9497 8.58498L14.1397 9.50498L15.6197 8.02498L4.48969 3.60498ZM7.57969 10.405L5.35969 5.53498L10.2297 7.76498L7.57969 10.405ZM20.5697 8.72498H16.3297L17.7397 10.135L8.89969 18.975L10.3197 20.395L19.1597 11.555L20.5697 12.965V8.72498Z",
key: "5j6q01"
}
]
]);
export { TextRotationAngleup as default };
//# sourceMappingURL=text_rotation_angleup.js.map