google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 569 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 TextRotationNone = createIcon("TextRotationNone", [
[
"path",
{
d: "M20 18L17 15V17H4V19H17V21L20 18ZM8.5 11.8H13.5L14.4 14H16.5L11.75 3H10.25L5.5 14H7.6L8.5 11.8ZM11 4.98L12.87 10H9.13L11 4.98Z",
key: "si6osq"
}
]
]);
export { TextRotationNone as default };
//# sourceMappingURL=text_rotation_none.js.map