google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.17 kB
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 AccessibleForward = createIcon("AccessibleForward", [
[
"path",
{
d: "M17.5 6.26999C18.6046 6.26999 19.5 5.37456 19.5 4.26999C19.5 3.16542 18.6046 2.26999 17.5 2.26999C16.3954 2.26999 15.5 3.16542 15.5 4.26999C15.5 5.37456 16.3954 6.26999 17.5 6.26999Z",
key: "hqycoz"
}
],
[
"path",
{
d: "M14.5 16.73H12.5C12.5 18.38 11.15 19.73 9.5 19.73C7.85 19.73 6.5 18.38 6.5 16.73C6.5 15.08 7.85 13.73 9.5 13.73V11.73C6.74 11.73 4.5 13.97 4.5 16.73C4.5 19.49 6.74 21.73 9.5 21.73C12.26 21.73 14.5 19.49 14.5 16.73ZM17.5 13.23H15.64L17.31 9.55999C17.92 8.22999 16.94 6.72999 15.46 6.72999H10.26C9.45 6.72999 8.72 7.19999 8.39 7.92999L7.72 9.72999L9.64 10.26L10.29 8.72999H12.5L10.67 12.83C10.07 14.16 11.06 15.73 12.52 15.73H17.5V20.73H19.5V15.23C19.5 14.13 18.6 13.23 17.5 13.23Z",
key: "8464vf"
}
]
]);
export { AccessibleForward as default };
//# sourceMappingURL=accessible_forward.js.map