UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

19 lines (17 loc) 670 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/ui/icons/IcRoundKeyboardArrowLeft.tsx import { jsx } from "react/jsx-runtime"; function IcRoundKeyboardArrowLeft(props) { return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M14.71 15.88L10.83 12l3.88-3.88a.996.996 0 1 0-1.41-1.41L8.71 11.3a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0c.38-.39.39-1.03 0-1.42z" } ) }); } var IcRoundKeyboardArrowLeft_default = IcRoundKeyboardArrowLeft; export { IcRoundKeyboardArrowLeft, IcRoundKeyboardArrowLeft_default as default };