google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 444 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 Straight = createIcon("Straight", [
["path", { d: "M11 6.83L9.41 8.41L8 7L12 3L16 7L14.59 8.41L13 6.83V21H11V6.83Z", key: "uugc8j" }]
]);
export { Straight as default };
//# sourceMappingURL=straight.js.map