@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
18 lines (16 loc) • 924 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const H5Add = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M8 15C4.1339 15 1 11.8661 1 8C1 4.1339 4.1339 1 8 1C11.8661 1 15 4.1339 15 8C15 11.8661 11.8661 15 8 15ZM7.3 7.3H5C4.72386 7.3 4.5 7.52386 4.5 7.8V8.2C4.5 8.47614 4.72386 8.7 5 8.7H7.3V11C7.3 11.2761 7.52386 11.5 7.8 11.5H8.2C8.47614 11.5 8.7 11.2761 8.7 11V8.7H11C11.2761 8.7 11.5 8.47614 11.5 8.2V7.8C11.5 7.52386 11.2761 7.3 11 7.3H8.7V5C8.7 4.72386 8.47614 4.5 8.2 4.5H8H7.8C7.52386 4.5 7.3 4.72386 7.3 5V7.3Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(H5Add);
export default ForwardRef;