UNPKG

@douyinfe/semi-icons

Version:

semi icons

27 lines 975 B
import * as React from 'react'; import { convertIcon } from '../components/Icon'; function SvgComponent(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", focusable: false, "aria-hidden": true }, props), /*#__PURE__*/React.createElement("g", { clipPath: "url(#clip_triangle_arrow)" }, /*#__PURE__*/React.createElement("path", { d: "M24 9v1c-4 0-5.5 1-7.5 3S14 16 12 16s-2.5-1-4.5-3S4 10 0 10V9h24Z", fill: "currentColor" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip_triangle_arrow" }, /*#__PURE__*/React.createElement("rect", { width: 24, height: 24, fill: "currentColor", transform: "translate(24) rotate(90)" })))); } const IconComponent = convertIcon(SvgComponent, 'triangle_arrow'); export default IconComponent;