google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 620 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 TextSnippet = createIcon("TextSnippet", [
[
"path",
{
d: "M20.41 8.41L15.58 3.58C15.21 3.21 14.7 3 14.17 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V9.83C21 9.3 20.79 8.79 20.41 8.41ZM7 7H14V9H7V7ZM17 17H7V15H17V17ZM17 13H7V11H17V13Z",
key: "1wwa6x"
}
]
]);
export { TextSnippet as default };
//# sourceMappingURL=text_snippet.js.map