UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.46 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var AIMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M8.69092 6.49121C8.94405 5.80733 9.91126 5.80748 10.1646 6.49121L11.4731 10.0264C11.7914 10.8865 12.4695 11.5654 13.3296 11.8838L16.8657 13.1914C17.5493 13.4446 17.5491 14.4116 16.8657 14.665L13.3296 15.9736C12.4696 16.292 11.7915 16.9701 11.4731 17.8301L10.1646 21.3662C9.91115 22.0496 8.94416 22.0498 8.69092 21.3662L7.3833 17.8301C7.06494 16.9699 6.38605 16.2919 5.52588 15.9736L1.99072 14.665C1.30699 14.4118 1.30684 13.4445 1.99072 13.1914L5.52588 11.8838C6.38614 11.5655 7.06498 10.8866 7.3833 10.0264L8.69092 6.49121ZM17.9097 1.1084C18.0507 0.727882 18.5899 0.727883 18.731 1.1084L19.4595 3.07715C19.6367 3.55608 20.0138 3.93404 20.4927 4.11133L22.4614 4.83984C22.8423 4.98079 22.8423 5.51921 22.4614 5.66016L20.4927 6.38867C20.0138 6.56596 19.6367 6.94392 19.4595 7.42285L18.731 9.3916C18.5899 9.77212 18.0507 9.77212 17.9097 9.3916L17.1812 7.42285C17.0039 6.94392 16.6268 6.56596 16.1479 6.38867L14.1792 5.66016C13.7983 5.51921 13.7983 4.98079 14.1792 4.83984L16.1479 4.11133C16.6268 3.93404 17.0039 3.55608 17.1812 3.07715L17.9097 1.1084Z", fill: "currentColor" }))); }); AIMIcon.displayName = 'AIMIcon';