google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 558 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 SubdirectoryArrowLeft = createIcon("SubdirectoryArrowLeft", [
[
"path",
{
d: "M10.5 8.5L11.92 9.92L8.33 13.5H17.5V3.5H19.5V15.5H8.33L11.92 19.08L10.5 20.5L4.5 14.5L10.5 8.5Z",
key: "1jk045"
}
]
]);
export { SubdirectoryArrowLeft as default };
//# sourceMappingURL=subdirectory_arrow_left.js.map