UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const NoFood = /*#__PURE__*/React.forwardRef(function NoFood({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M23,31.36h-3c-0.199,0-0.36-0.161-0.36-0.36V20.149\tl-6.28-6.28V31c0,0.199-0.161,0.36-0.36,0.36h-3c-0.199,0-0.36-0.161-0.36-0.36V13.36H9c-1.301,0-2.36-1.059-2.36-2.36V7.149\tL0.746,1.254l0.509-0.509l30,30l-0.51,0.51l-7.385-7.386V31C23.36,31.199,23.199,31.36,23,31.36z M20.36,30.64h2.279v-7.49\tl-2.279-2.28V30.64z M10.36,30.64h2.28V13.149l-5.28-5.28V11c0,0.904,0.736,1.64,1.64,1.64h1c0.199,0,0.36,0.161,0.36,0.36\tC10.36,13,10.36,30.64,10.36,30.64z M23.36,20h-0.72v-4c0-0.199,0.161-0.36,0.36-0.36h1.64V4c0-1.456-1.184-2.64-2.64-2.64h-1.64V17\th-0.72V1c0-0.199,0.161-0.36,0.36-0.36h2c1.853,0,3.36,1.507,3.36,3.36v12c0,0.199-0.161,0.36-0.36,0.36h-1.64V20z M15.18,13.062\tl-0.36-0.623c0.506-0.293,0.82-0.844,0.82-1.438V1h0.72v10C16.36,11.851,15.908,12.641,15.18,13.062z M13.36,9h-0.72V1h0.72V9z M10.36,7H9.64V1h0.72C10.36,1,10.36,7,10.36,7z M7.36,4H6.64V1h0.72C7.36,1,7.36,4,7.36,4z" })), children); }); module.exports = NoFood;