google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 735 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: "M15.6255 20.75V16.51L14.2155 17.92L5.01547 8.73L3.60547 10.14L12.7955 19.33L11.3855 20.75H15.6255ZM11.8755 8.23L15.4155 11.77L14.4955 13.96L15.9755 15.44L20.3955 4.3L19.3355 3.25L8.19547 7.67L9.68547 9.15L11.8755 8.23ZM18.4655 5.18L16.2355 10.05L13.5955 7.41L18.4655 5.18Z",
key: "tzgt7d"
}
]
]);
export { TextRotationAngledown as default };
//# sourceMappingURL=text_rotation_angledown.js.map