UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 430 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgAnthropicLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.122 5h2.146L22.1 20h-2.146zM7.66 5h2.681l5.77 15h-2.144l-1.538-4H5.572l-1.539 4H1.891zm4 9L9 7.086 6.341 14z" }) })); const Memo = memo(SvgAnthropicLine); export default Memo;