google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 582 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 TextRotationDown = createIcon("TextRotationDown", [
[
"path",
{
d: "M21 12V10.5L10 5.75V7.85L12.2 8.75V13.75L10 14.65V16.75L21 12ZM14 9.38L19.02 11.25L14 13.12V9.38ZM6 19.75L9 16.75H7V4.25H5V16.75H3L6 19.75Z",
key: "sycz8r"
}
]
]);
export { TextRotationDown as default };
//# sourceMappingURL=text_rotation_down.js.map