google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 621 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 WrapText = createIcon("WrapText", [
[
"path",
{
d: "M3.5 18H9.5V16H3.5V18ZM19.5 4H3.5V6H19.5V4ZM16.5 10H3.5V12H16.75C17.85 12 18.75 12.9 18.75 14C18.75 15.1 17.85 16 16.75 16H14.5V14L11.5 17L14.5 20V18H16.5C18.71 18 20.5 16.21 20.5 14C20.5 11.79 18.71 10 16.5 10Z",
key: "1u6tl5"
}
]
]);
export { WrapText as default };
//# sourceMappingURL=wrap_text.js.map