@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
20 lines (18 loc) • 2.48 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Bug = (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: "M11.6084 13.7248C11.6375 13.7498 11.6625 13.779 11.6875 13.8081C12.2834 13.5039 12.9542 13.3331 13.6292 13.3331H18.3334C19.0459 13.3331 19.7167 13.5039 20.3125 13.8081C20.3375 13.779 20.3625 13.7498 20.3917 13.7248L23.0584 11.0579C23.5792 10.5362 24.4209 10.5362 24.9417 11.0579C25.4625 11.5788 25.4625 12.4205 24.9417 12.9414L22.275 15.6083C22.2125 15.6375 22.2209 15.6625 22.1917 15.6875C22.4459 16.1875 22.6084 16.7459 22.6542 17.3334H25.3334C26.0709 17.3334 26.6667 17.9293 26.6667 18.6669C26.6667 19.4044 26.0709 20.0003 25.3334 20.0003H22.6667C22.6667 21.0254 22.4375 21.9922 22.025 22.8589C22.1125 22.9131 22.2 22.9797 22.275 23.0589L24.9417 25.7258C25.4625 26.2467 25.4625 27.0884 24.9417 27.6093C24.4209 28.1302 23.5792 28.1302 23.0584 27.6093L20.4292 24.9841C19.4084 25.8925 18.1042 26.4925 16.6667 26.6342V16.6667C16.6667 16.3 16.3667 16 15.9625 16C15.6334 16 15.2959 16.3 15.2959 16.6667V26.6342C13.8959 26.4925 12.5917 25.8925 11.5709 24.9841L8.94296 27.6093C8.42212 28.1302 7.57796 28.1302 7.05712 27.6093C6.53671 27.0884 6.53671 26.2467 7.05712 25.7258L9.72504 23.0589C9.80004 22.9797 9.88754 22.9131 9.97504 22.8589C9.56254 21.9922 9.33337 21.0254 9.33337 20.0003H6.66671C5.93046 20.0003 5.33337 19.4044 5.33337 18.6669C5.33337 17.9293 5.93046 17.3334 6.66671 17.3334H9.34587C9.39087 16.7459 9.55421 16.1875 9.80837 15.6875C9.77921 15.6625 9.75004 15.6375 9.72504 15.6083L7.05712 12.9414C6.53671 12.4205 6.53671 11.5788 7.05712 11.0579C7.57796 10.5362 8.42212 10.5362 8.94296 11.0579L11.6084 13.7248Z"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.4,
d: "M20 9.60004V9.75826C20 10.4578 19.4708 11.0223 18.8167 11.0223H13.1833C12.5292 11.0223 12 10.4578 12 9.75826V9.60004C12 7.2436 13.7542 5.33337 16 5.33337C18.2083 5.33337 20 7.2436 20 9.60004ZM15.3333 26.6312V16C15.3333 15.6089 15.6333 15.2889 16 15.2889C16.3667 15.2889 16.6667 15.6089 16.6667 16V26.6312C16.4458 26.6534 16.225 26.6667 16 26.6667C15.775 26.6667 15.5542 26.6534 15.3333 26.6312Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Bug);
export default ForwardRef;