google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 756 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 Subscript = createIcon("Subscript", [
[
"path",
{
d: "M19.5604 18H17.5604V19H20.5604V20H16.5604V18C16.5604 17.45 17.0104 17 17.5604 17H19.5604V16H16.5604V15H19.5604C20.1104 15 20.5604 15.45 20.5604 16V17C20.5604 17.55 20.1104 18 19.5604 18ZM3.44043 18H6.10043L9.50043 12.58H9.62043L13.0204 18H15.6804L11.0304 10.73L15.3704 4H12.6904L9.62043 8.99H9.50043L6.41043 4H3.75043L8.07043 10.73L3.44043 18Z",
key: "19bbfq"
}
]
]);
export { Subscript as default };
//# sourceMappingURL=subscript.js.map