google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 506 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 ChevronLeft = createIcon("ChevronLeft", [
[
"path",
{
d: "M15.7049 7.41L14.2949 6L8.29492 12L14.2949 18L15.7049 16.59L11.1249 12L15.7049 7.41Z",
key: "2nwmtn"
}
]
]);
export { ChevronLeft as default };
//# sourceMappingURL=chevron_left.js.map