google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 564 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 SubdirectoryArrowRight = createIcon("SubdirectoryArrowRight", [
[
"path",
{
d: "M19.5 14.5L13.5 20.5L12.08 19.08L15.67 15.5H4.5V3.5H6.5V13.5H15.67L12.08 9.92L13.5 8.5L19.5 14.5Z",
key: "va4lmn"
}
]
]);
export { SubdirectoryArrowRight as default };
//# sourceMappingURL=subdirectory_arrow_right.js.map