UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.81 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 VisualRecognition_02 = /*#__PURE__*/React.forwardRef(function VisualRecognition_02({ 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: "M30,30.36h-6v-0.72h5.64V24h0.721v6\tC30.36,30.199,30.199,30.36,30,30.36z M8,30.36H2c-0.199,0-0.36-0.161-0.36-0.36v-6h0.72v5.64H8V30.36z M26,26.36H6\tc-0.199,0-0.36-0.161-0.36-0.36V6c0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v20\tC26.36,26.199,26.199,26.36,26,26.36z M6.36,25.64h19.28v-3.49L22,18.509l-2.745,2.746c-0.141,0.141-0.369,0.141-0.51,0L13,15.509\tl-6.64,6.64V25.64z M22,17.64c0.092,0,0.185,0.035,0.255,0.105l3.385,3.386V6.36H6.36v14.771l6.386-6.385\tc0.141-0.141,0.368-0.141,0.509,0L19,20.491l2.745-2.746C21.815,17.675,21.908,17.64,22,17.64z M21,14.36\tc-1.302,0-2.36-1.059-2.36-2.36S19.698,9.64,21,9.64s2.36,1.059,2.36,2.36S22.302,14.36,21,14.36z M21,10.36\tc-0.904,0-1.64,0.736-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.736,1.64-1.64S21.904,10.36,21,10.36z M30.36,8h-0.72V2.36H24V1.64h6\tc0.199,0,0.36,0.161,0.36,0.36V8z M2.36,8H1.64V2c0-0.199,0.161-0.36,0.36-0.36h6v0.72H2.36V8z" })), children); }); export { VisualRecognition_02 as default };