@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AISIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.AISIcon = (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: "M5.79431 4.32776C5.96306 3.87172 6.60798 3.87172 6.77673 4.32776L7.6488 6.6842C7.86102 7.25771 8.31358 7.71027 8.88708 7.92249L11.2435 8.79456C11.6996 8.9633 11.6996 9.60823 11.2435 9.77698L8.88708 10.649C8.31371 10.8613 7.86104 11.313 7.6488 11.8864L6.77673 14.2438C6.60784 14.6996 5.96304 14.6997 5.79431 14.2438L4.92224 11.8864C4.70999 11.3132 4.25813 10.8613 3.68494 10.649L1.32751 9.77698C0.871736 9.60818 0.871842 8.96347 1.32751 8.79456L3.68494 7.92249C4.25835 7.71025 4.71004 7.25763 4.92224 6.6842L5.79431 4.32776ZM11.9408 0.738892C12.0348 0.484961 12.3947 0.484961 12.4886 0.738892L12.974 2.05139C13.0922 2.37063 13.3442 2.62271 13.6635 2.74084L14.975 3.2262C15.2289 3.32016 15.2289 3.67911 14.975 3.77307L13.6635 4.25842C13.3442 4.37656 13.0922 4.62866 12.974 4.94788L12.4886 6.26038C12.3947 6.51431 12.0348 6.51431 11.9408 6.26038L11.4554 4.94788C11.3372 4.62863 11.0853 4.37656 10.766 4.25842L9.45349 3.77307C9.20004 3.67894 9.20004 3.32032 9.45349 3.2262L10.766 2.74084C11.0853 2.6227 11.3373 2.37065 11.4554 2.05139L11.9408 0.738892Z", fill: "currentColor" }))); });
exports.AISIcon.displayName = 'AISIcon';