UNPKG

@comfortdelgro/compass-icons

Version:
26 lines (24 loc) 1.2 kB
import * as React from "react"; import { forwardRef } from "react"; const H5Pen = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_101_499)" }, /*#__PURE__*/ React.createElement("path", { d: "M6.414 16.0001L16.556 5.85808L15.142 4.44408L5 14.5861V16.0001H6.414ZM7.243 18.0001H3V13.7571L14.435 2.32208C14.6225 2.13461 14.8768 2.0293 15.142 2.0293C15.4072 2.0293 15.6615 2.13461 15.849 2.32208L18.678 5.15108C18.8655 5.33861 18.9708 5.59292 18.9708 5.85808C18.9708 6.12325 18.8655 6.37756 18.678 6.56508L7.243 18.0001ZM3 20.0001H21V22.0001H3V20.0001Z", fill: "currentColor" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_101_499" }, /*#__PURE__*/ React.createElement("rect", { width: 24, height: 24, fill: "white" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(H5Pen); export default ForwardRef;