google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 576 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 FormatTextdirectionRToL = createIcon("FormatTextdirectionRToL", [
[
"path",
{
d: "M10 10V15H12V4H14V15H16V4H18V2H10C7.79 2 6 3.79 6 6C6 8.21 7.79 10 10 10ZM8 17V14L4 18L8 22V19H20V17H8Z",
key: "bht5vs"
}
]
]);
export { FormatTextdirectionRToL as default };
//# sourceMappingURL=format_textdirection_r_to_l.js.map