google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 543 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 TextFormat = createIcon("TextFormat", [
[
"path",
{
d: "M5 17.5V19.5H19V17.5H5ZM9.5 13.3H14.5L15.4 15.5H17.5L12.75 4.5H11.25L6.5 15.5H8.6L9.5 13.3ZM12 6.48L13.87 11.5H10.13L12 6.48Z",
key: "48qnm4"
}
]
]);
export { TextFormat as default };
//# sourceMappingURL=text_format.js.map