google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 779 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 TextRotationAngledown = createIcon("TextRotationAngledown", [
[
"path",
{
d: "M20.3996 4.4848L19.3396 3.4248L8.19961 7.84481L9.67961 9.3248L11.8696 8.4048L15.4096 11.9448L14.4896 14.1348L15.9696 15.6148L20.3996 4.4848ZM13.5896 7.58481L18.4596 5.3548L16.2296 10.2248L13.5896 7.58481ZM15.2696 20.5748V16.3348L13.8596 17.7448L5.01961 8.9048L3.59961 10.3248L12.4396 19.1648L11.0296 20.5748H15.2696Z",
key: "126hy2"
}
]
]);
export { TextRotationAngledown as default };
//# sourceMappingURL=text_rotation_angledown.js.map