UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.97 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 Salad = /*#__PURE__*/React.forwardRef(function Salad({ 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: "M5,8c0,0.552-0.448,1-1,1S3,8.552,3,8s0.448-1,1-1 S5,7.448,5,8z M29,8c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S29.552,8,29,8z M15,3c-0.552,0-1,0.448-1,1s0.448,1,1,1 s1-0.448,1-1S15.552,3,15,3z M20,4c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S20.552,4,20,4z M24,31.36H8 c-0.199,0-0.36-0.161-0.36-0.36v-1.858c-0.889-0.966-7-7.801-7-13.142c0-0.199,0.161-0.36,0.36-0.36h0.64V12 c0-0.199,0.161-0.36,0.36-0.36h3.64V10c0-0.199,0.161-0.36,0.36-0.36h1.659c0.18-1.684,1.61-3,3.341-3 c1.388,0,2.606,0.84,3.116,2.095C15.268,8.019,16.602,7.64,18,7.64h3c0.199,0,0.36,0.161,0.36,0.36v1.79 c0.49-0.101,1.031-0.15,1.64-0.15h3c0.199,0,0.36,0.161,0.36,0.36v1.667c0.211-0.018,0.424-0.027,0.64-0.027h3 c0.199,0,0.36,0.161,0.36,0.36v3.64H31c0.199,0,0.36,0.161,0.36,0.36c0,5.341-6.111,12.176-7,13.142V31 C24.36,31.199,24.199,31.36,24,31.36z M8.36,30.64h15.28V29c0-0.092,0.035-0.18,0.098-0.247c0.068-0.071,6.603-7.078,6.893-12.393 H1.37c0.29,5.315,6.825,12.322,6.892,12.393C8.325,28.82,8.36,28.908,8.36,29V30.64z M21.343,15.64h8.297v-3.28H27 C24.636,12.36,22.517,13.603,21.343,15.64z M19.807,15.64h0.719c1.042-2.059,2.921-3.461,5.114-3.874V10.36H23 c-0.621,0-1.161,0.055-1.64,0.167V11C21.36,12.753,20.813,14.372,19.807,15.64z M17.333,15.64h1.517 c1.156-1.194,1.79-2.835,1.79-4.64V8.36H18c-1.411,0-2.749,0.426-3.87,1.232c-0.578,0.398-1.072,0.889-1.475,1.464 c-0.46,0.604-0.8,1.282-1.02,2.025C11.453,13.698,11.36,14.343,11.36,15v0.64h1.308c0.174-1.131,1.154-2,2.333-2 S17.159,14.509,17.333,15.64z M13.4,15.64h3.2c-0.165-0.732-0.819-1.28-1.6-1.28S13.564,14.908,13.4,15.64z M6.735,15.64h3.905V15 c0-0.727,0.103-1.44,0.305-2.123c0.202-0.686,0.498-1.322,0.88-1.897c-0.861-0.407-1.83-0.62-2.825-0.62H6.36V13 C6.36,14.024,6.427,14.875,6.735,15.64z M2.36,15.64h3.608C5.701,14.848,5.64,13.996,5.64,13v-0.64H2.36V15.64z M8.384,9.64H9 c1.148,0,2.266,0.257,3.253,0.748c0.358-0.464,0.778-0.878,1.25-1.232C13.142,8.087,12.145,7.36,11,7.36 C9.667,7.36,8.561,8.354,8.384,9.64z M24.255,8.254l-0.51-0.509l3-3l0.51,0.509L24.255,8.254z M6.746,5.254l-3-3l0.509-0.509l3,3 L6.746,5.254z" })), children); }); module.exports = Salad;