UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 615 B
/** * @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 4V8C6.9 8 6 7.1 6 6C6 4.9 6.9 4 8 4ZM16 2H8C5.79 2 4 3.79 4 6C4 8.21 5.79 10 8 10V15H10V4H12V15H14V4H16V2ZM16 14V17H4V19H16V22L20 18L16 14Z", key: "lns2qd" } ] ]); export { FormatTextdirectionLToR as default }; //# sourceMappingURL=format_textdirection_l_to_r.js.map