UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextStarMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TextStarMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M10.0334 16C9.73021 16 9.48049 15.8889 9.28428 15.6667C9.10591 15.4444 9.01672 15.1944 9.01672 14.9167C9.01672 14.7685 9.04348 14.6296 9.09699 14.5C9.1505 14.3519 9.24861 14.2315 9.3913 14.1389L11.2107 12.5556L9.04348 12.3611C8.72241 12.3241 8.46377 12.2037 8.26756 12C8.08919 11.7963 8 11.5556 8 11.2778C8.01784 10.9444 8.12486 10.6852 8.32107 10.5C8.53512 10.2963 8.77592 10.1944 9.04348 10.1944C9.1505 10.1944 9.25752 10.2222 9.36455 10.2778C9.48941 10.3148 9.60535 10.3704 9.71237 10.4444L11.4783 11.5833L11.0234 9.44445C11.0056 9.38889 10.9877 9.33333 10.9699 9.27778C10.9521 9.22222 10.9431 9.15741 10.9431 9.08333C10.9431 8.78704 11.0412 8.53704 11.2375 8.33333C11.4515 8.11111 11.7012 8 11.9866 8C12.272 8 12.5128 8.11111 12.709 8.33333C12.9231 8.53704 13.0301 8.78704 13.0301 9.08333C13.0301 9.15741 13.0212 9.22222 13.0033 9.27778C13.0033 9.33333 12.9944 9.38889 12.9766 9.44445L12.495 11.6111L14.4482 10.3611C14.6087 10.25 14.7781 10.1944 14.9565 10.1944C15.2062 10.1944 15.4381 10.2963 15.6522 10.5C15.8841 10.7037 16 10.963 16 11.2778C16 11.5926 15.9019 11.8519 15.7057 12.0556C15.5095 12.2407 15.2687 12.3426 14.9833 12.3611L12.8161 12.5556L14.5017 14C14.8227 14.2593 14.9833 14.5648 14.9833 14.9167C14.9833 15.213 14.8763 15.4722 14.6622 15.6944C14.466 15.8981 14.1895 16 13.8328 16C13.6187 15.9815 13.4404 15.9074 13.2977 15.7778C13.155 15.6481 13.039 15.4815 12.9498 15.2778L12.0134 13.1111L11.0502 15.25C10.961 15.5093 10.8272 15.7037 10.6488 15.8333C10.4883 15.9444 10.2832 16 10.0334 16Z", fill: "currentColor" }))); }); exports.TextStarMIcon.displayName = 'TextStarMIcon';