google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 596 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 LineAxis = createIcon("LineAxis", [
[
"path",
{
d: "M22 7.93L20.59 6.52L16.56 11.05L9.5 4.5L2 12.01L3.5 13.51L9.64 7.36L15.23 12.54L13.5 14.49L9.5 10.49L2 18L3.5 19.5L9.5 13.49L13.5 17.49L16.69 13.9L20.59 17.51L22 16.1L18.02 12.4L22 7.93Z",
key: "yalm97"
}
]
]);
export { LineAxis as default };
//# sourceMappingURL=line_axis.js.map