@brizy/ui-icons
Version:
10 lines (9 loc) • 1.66 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.StarShapes = void 0;
const react_1 = __importDefault(require("react"));
exports.StarShapes = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 18 18" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M6 6a1 1 0 0 1 1 1c0 1.727 2.273 4 4 4a1 1 0 0 1 0 2c-1.912 0-3.847 2.01-4 4-.042.55-.448 1-1 1s-.947-.45-1-1c-.184-1.897-2.528-3.864-4-4-.55-.05-1-.448-1-1a1 1 0 0 1 1-1c1.941 0 3.848-2.417 4-4 .053-.55.448-1 1-1Zm9.273 6c.376 0 .682.305.682.682 0 .753.61 1.363 1.363 1.363a.682.682 0 1 1 0 1.364c-.753 0-1.363.61-1.363 1.364a.682.682 0 1 1-1.364 0c0-.753-.61-1.364-1.364-1.364a.682.682 0 1 1 0-1.364c.753 0 1.364-.61 1.364-1.363 0-.377.305-.682.682-.682ZM13.636 0c.603 0 .898.52 1.091 1.09.29.86 1.446 1.994 2.182 2.183.584.15 1.091.488 1.091 1.09 0 .603-.53.871-1.09 1.092-.591.231-1.904 1.39-2.183 2.181-.2.569-.488 1.091-1.09 1.091-.603 0-.943-.507-1.092-1.09-.198-.782-1.523-2.035-2.181-2.182-.588-.132-1.091-.489-1.091-1.091 0-.603.488-1.091 1.09-1.091.7 0 2.182-1.49 2.182-2.182 0-.603.489-1.091 1.091-1.091ZM3.273 0c.376 0 .79.319.89.682.208.751.312.91 1.158 1.209.355.126.679.46.679.836 0 .377-.178.685-.52.843-.696.32-1.104.547-1.317 1.203-.116.358-.514.682-.89.682-.377 0-.876-.329-1.006-.682C1.984 4 1.594 4 1.013 3.57c-.302-.225-.468-.466-.468-.843 0-.376.322-.725.682-.836.887-.273.887-.55 1.183-1.21C2.564.339 2.896 0 3.273 0Z" })));