@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 947 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronRightSmallSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronRightSmallSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M6.21973 4.96967C6.51262 4.67678 6.98738 4.67678 7.28028 4.96967L9.78028 7.46967C10.0732 7.76256 10.0732 8.23732 9.78028 8.53022L7.28028 11.0302C6.98738 11.3231 6.51262 11.3231 6.21973 11.0302C5.92684 10.7373 5.92684 10.2626 6.21973 9.96967L8.18946 7.99994L6.21973 6.03022C5.92684 5.73732 5.92684 5.26256 6.21973 4.96967Z", fill: "currentColor" }))); });
exports.ChevronRightSmallSIcon.displayName = 'ChevronRightSmallSIcon';