@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 1.09 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const ZoomOut = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M30.3142 27.0005L23.3003 19.9866C24.8952 17.6187 25.6822 14.6602 25.2609 11.5077C24.5442 6.14322 20.1466 1.78073 14.778 1.10102C6.79724 0.090822 0.0879849 6.80125 1.1017 14.7774C1.78141 20.1471 6.14507 24.5453 11.5084 25.2602C14.6614 25.6816 17.6199 24.8949 19.9872 23.2996L27.0012 30.3135C27.9165 31.2288 29.4007 31.2288 30.316 30.3136C31.2283 29.403 31.2283 27.9146 30.3142 27.0005ZM17.8743 14.5957H8.44614C7.71954 14.5957 7.09257 13.9687 7.09257 13.1894C7.09257 12.4101 7.72189 11.7831 8.44614 11.7831H17.8215C18.6536 11.7831 19.2806 12.4101 19.2806 13.1894C19.2806 13.9687 18.6536 14.5957 17.8743 14.5957Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(ZoomOut);
export default ForwardRef;