UNPKG

infinity-forge

Version:
9 lines 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconRightNavigationFullRounded = IconRightNavigationFullRounded; var jsx_runtime_1 = require("react/jsx-runtime"); function IconRightNavigationFullRounded(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { "fill-rule": 'evenodd', "clip-rule": 'evenodd', d: 'M9.99998 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 9.99999C18.3333 14.6023 14.6024 18.3333 9.99998 18.3333C5.39765 18.3333 1.66665 14.6023 1.66665 9.99999C1.66665 5.39761 5.39765 1.66666 9.99998 1.66666ZM13.9226 9.41074C14.248 9.73616 14.248 10.2638 13.9226 10.5892L10.5892 13.9226C10.2638 14.248 9.73615 14.248 9.41073 13.9226C9.08532 13.5972 9.08532 13.0695 9.41073 12.7441L11.3215 10.8333L6.66665 10.8333C6.2064 10.8333 5.83332 10.4602 5.83332 9.99999C5.83332 9.53974 6.2064 9.16666 6.66665 9.16666L11.3215 9.16666L9.41073 7.25591C9.08532 6.93047 9.08532 6.40284 9.41073 6.0774C9.73615 5.75196 10.2638 5.75196 10.5892 6.0774L13.9226 9.41074Z', fill: color }) })); } //# sourceMappingURL=icon-right-navigation-full-rounded.js.map