UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 2.96 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const Binocular = /*#__PURE__*/React.forwardRef(function Binocular({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M24.5,23.36c-2.98,0-5.522-1.911-6.467-4.571\tc-0.319-0.138-1.089-0.421-2.037-0.429c-0.933,0.008-1.707,0.291-2.029,0.429c-0.944,2.66-3.487,4.571-6.467,4.571\tc-3.783,0-6.86-3.078-6.86-6.86c0-3.783,3.077-6.86,6.86-6.86c1.468,0,2.829,0.463,3.946,1.251c0.286-0.082,1.826-0.553,2.531-1.375\tC14.03,9.46,14.864,8.64,16,8.64s1.97,0.82,2.005,0.855c0.727,0.847,2.285,1.32,2.549,1.396c1.117-0.788,2.479-1.251,3.946-1.251\tc3.782,0,6.86,3.077,6.86,6.86C31.36,20.282,28.282,23.36,24.5,23.36z M24.5,10.36c-3.386,0-6.14,2.754-6.14,6.14\ts2.754,6.14,6.14,6.14s6.14-2.754,6.14-6.14S27.886,10.36,24.5,10.36z M7.5,10.36c-3.386,0-6.14,2.754-6.14,6.14\ts2.754,6.14,6.14,6.14s6.14-2.754,6.14-6.14S10.886,10.36,7.5,10.36z M15.997,17.64c0.716,0.007,1.344,0.151,1.794,0.294\tc-0.099-0.463-0.151-0.942-0.151-1.434c0-2.005,0.865-3.812,2.241-5.068c-0.654-0.231-1.771-0.708-2.404-1.448l0,0\tc-0.002,0-0.653-0.625-1.477-0.625c-0.833,0-1.49,0.639-1.496,0.646c-0.62,0.724-1.729,1.196-2.385,1.427\tc1.376,1.255,2.241,3.062,2.241,5.068c0,0.491-0.052,0.97-0.15,1.432C14.662,17.788,15.285,17.646,15.997,17.64z M24.5,21.36\tc-2.68,0-4.86-2.181-4.86-4.86s2.181-4.86,4.86-4.86s4.86,2.18,4.86,4.86S27.18,21.36,24.5,21.36z M24.5,12.36\tc-2.283,0-4.14,1.857-4.14,4.14s1.856,4.14,4.14,4.14s4.14-1.856,4.14-4.14C28.64,14.217,26.783,12.36,24.5,12.36z M7.5,21.36\tc-2.68,0-4.86-2.181-4.86-4.86s2.18-4.86,4.86-4.86s4.86,2.18,4.86,4.86S10.18,21.36,7.5,21.36z M7.5,12.36\tc-2.283,0-4.14,1.857-4.14,4.14s1.857,4.14,4.14,4.14s4.14-1.856,4.14-4.14C11.64,14.217,9.783,12.36,7.5,12.36z M4.64,16.001\tc-0.002-0.57,0.262-1.163,0.725-1.627C5.83,13.908,6.426,13.64,7,13.64v0.72c-0.378,0-0.799,0.196-1.125,0.523\tc-0.329,0.33-0.516,0.736-0.515,1.116L4.64,16.001z M21.64,16.001c-0.001-0.57,0.263-1.163,0.726-1.627\tc0.466-0.466,1.062-0.734,1.635-0.734v0.72c-0.378,0-0.798,0.195-1.124,0.522c-0.329,0.33-0.517,0.737-0.516,1.117L21.64,16.001z M16,13.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S16.75,13.36,16,13.36z M16,11.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,11.36,16,11.36z" })), children); }); export { Binocular as default };