UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 3.01 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 Taco = /*#__PURE__*/React.forwardRef(function Taco({ 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: "M27,24.36H5c-2.404,0-4.36-1.956-4.36-4.36\tc0-2.748,0.981-5.272,2.611-7.239l-1.506-1.506l0.509-0.509l1.475,1.475c1.328-1.412,3.013-2.484,4.909-3.073L7.746,8.254\tl0.509-0.509L9.44,8.931C10.263,8.741,11.12,8.64,12,8.64h0.072c0.428-0.604,1.132-1,1.928-1c1.04,0,1.939,0.679,2.247,1.637\tC17.423,8.864,18.686,8.64,20,8.64c6.264,0,11.36,5.096,11.36,11.36C31.36,22.404,29.404,24.36,27,24.36z M7.397,23.64H27\tc2.007,0,3.64-1.633,3.64-3.64c0-5.867-4.772-10.64-10.64-10.64C14.133,9.36,9.36,14.133,9.36,20\tC9.36,21.519,8.579,22.859,7.397,23.64z M3.763,13.272C2.262,15.106,1.36,17.45,1.36,20c0,2.007,1.633,3.64,3.64,3.64\tS8.64,22.007,8.64,20c0-2.359,0.722-4.552,1.958-6.37C10.429,12.888,9.773,12.36,9,12.36c-0.904,0-1.64,0.736-1.64,1.64H6.64\tc0-1.301,1.059-2.36,2.36-2.36c0.917,0,1.719,0.516,2.109,1.296c1.174-1.475,2.707-2.652,4.465-3.398\tC15.373,8.851,14.737,8.36,14,8.36c-0.904,0-1.64,0.736-1.64,1.64h-0.72c0-0.221,0.03-0.434,0.087-0.637\tc-0.571,0.015-1.132,0.074-1.679,0.176l1.206,1.206l-0.509,0.509L9.219,9.729c-1.933,0.524-3.649,1.58-4.981,3.001l1.016,1.016\tl-0.509,0.509L3.763,13.272z M27,22.36v-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721C29.36,21.302,28.302,22.36,27,22.36z M16,22.36\tv-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721C18.36,21.302,17.302,22.36,16,22.36z M6.36,22H5.64c0-0.353-0.287-0.64-0.64-0.64\tS4.36,21.647,4.36,22H3.64c0-0.75,0.61-1.36,1.36-1.36S6.36,21.25,6.36,22z M25,20.36v-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721\tC27.36,19.302,26.302,20.36,25,20.36z M21,20.36v-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721C23.36,19.302,22.302,20.36,21,20.36z M7.36,20H6.64c0-0.353-0.287-0.64-0.64-0.64S5.36,19.647,5.36,20H4.64c0-0.75,0.61-1.36,1.36-1.36S7.36,19.25,7.36,20z M5.36,18\tH4.64c0-0.353-0.287-0.64-0.64-0.64S3.36,17.647,3.36,18H2.64c0-0.75,0.61-1.36,1.36-1.36S5.36,17.25,5.36,18z M24,17.36v-0.72\tc0.904,0,1.64-0.736,1.64-1.64h0.721C26.36,16.301,25.302,17.36,24,17.36z M19,17.36v-0.72c0.904,0,1.64-0.736,1.64-1.64h0.721\tC21.36,16.301,20.302,17.36,19,17.36z M8.36,16H7.64c0-0.353-0.287-0.64-0.64-0.64S6.36,15.647,6.36,16H5.64\tc0-0.75,0.61-1.36,1.36-1.36S8.36,15.25,8.36,16z" })), children); }); module.exports = Taco;