UNPKG

@anoki/fse-ui

Version:

FSE UI components library

42 lines (41 loc) 1.98 kB
import { j as a } from "./index.es244.js"; import { clsx as i } from "./index.es246.js"; import { createColorClasses as n } from "./index.es274.js"; const x = ({ width: s = 32, height: o = 32, className: r, color: e, decorative: l = !0, ariaLabel: t = "Actions" }) => { const c = n({ color: e }); return /* @__PURE__ */ a.jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: o, fill: "currentColor", viewBox: "0 0 32 32", className: i(r, c), "aria-hidden": l, "aria-label": l ? void 0 : t, children: [ /* @__PURE__ */ a.jsx("path", { d: "M.765 9.774a.133.133 0 0 1-.094-.164L1 8.382a.133.133 0 0 1 .163-.095L8.34 10.21c.071.019.113.092.094.163l-.329 1.229a.133.133 0 0 1-.163.094zM9.776 23.2a.133.133 0 0 1-.164.094l-1.229-.329a.134.134 0 0 1-.094-.163l1.923-7.174a.134.134 0 0 1 .163-.094l1.229.33c.071.018.113.091.094.163zM13.76 8.337a.134.134 0 0 1-.164.095l-1.23-.33a.133.133 0 0 1-.093-.163L14.195.766A.134.134 0 0 1 14.36.67l1.229.33c.07.019.113.092.094.163zM2.784 18.182a.133.133 0 0 1-.182-.049l-.636-1.101a.133.133 0 0 1 .049-.183l6.433-3.713a.133.133 0 0 1 .183.049l.636 1.101a.134.134 0 0 1-.05.183zM5.881 2.424a.133.133 0 0 1 .05-.182l1.1-.636a.133.133 0 0 1 .183.049l3.714 6.431a.133.133 0 0 1-.048.183l-1.102.635a.133.133 0 0 1-.182-.048zM21.108 5.784a.133.133 0 0 1 .183.049l.636 1.101a.134.134 0 0 1-.05.182l-6.433 3.714a.134.134 0 0 1-.182-.05l-.636-1.1a.133.133 0 0 1 .049-.183z" }), /* @__PURE__ */ a.jsx( "path", { fillRule: "evenodd", d: "M18.751 27.197a.262.262 0 0 1-.478-.043L13.998 14.33A.262.262 0 0 1 14.33 14l12.824 4.275a.262.262 0 0 1 .043.478l-5.39 2.953a.26.26 0 0 0-.103.103zm.01-2.797 1.772-3.233c.146-.267.366-.487.633-.633l3.233-1.771-8.456-2.82z", clipRule: "evenodd" } ) ] } ); }; export { x as Actions }; //# sourceMappingURL=index.es184.js.map