google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 575 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 FormatTextdirectionLToR = createIcon("FormatTextdirectionLToR", [
[
"path",
{
d: "M8 10V15H10V4H12V15H14V4H16V2H8C5.79 2 4 3.79 4 6C4 8.21 5.79 10 8 10ZM20 18L16 14V17H4V19H16V22L20 18Z",
key: "fjozy"
}
]
]);
export { FormatTextdirectionLToR as default };
//# sourceMappingURL=format_textdirection_l_to_r.js.map