google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 537 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 FormatStrikethrough = createIcon("FormatStrikethrough", [
[
"path",
{
d: "M10 19.5H14V16.5H10V19.5ZM5 4.5V7.5H10V10.5H14V7.5H19V4.5H5ZM3 14.5H21V12.5H3V14.5Z",
key: "npl44n"
}
]
]);
export { FormatStrikethrough as default };
//# sourceMappingURL=format_strikethrough.js.map