UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.87 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 CurveCubic = /*#__PURE__*/React.forwardRef(function CurveCubic({ 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: "M21.591,27.473L19.109,24h1.276l1.777,2.605h0.041\tL24.047,24h1.208l-2.469,3.391L25.308,31h-1.275l-1.818-2.74h-0.041L20.208,31H19L21.591,27.473z M27.944,23.616\tc0.458,0,0.671-0.212,0.671-0.498v-0.04c0-0.327-0.23-0.527-0.59-0.527c-0.35,0-0.625,0.177-0.82,0.481l-0.481-0.435\tc0.269-0.372,0.648-0.665,1.324-0.665c0.808,0,1.358,0.401,1.358,1.043c0,0.516-0.35,0.825-0.768,0.911v0.035\tc0.464,0.086,0.837,0.407,0.837,0.974c0,0.705-0.59,1.175-1.473,1.175c-0.779,0-1.169-0.355-1.421-0.745l0.556-0.424\tc0.178,0.321,0.419,0.55,0.865,0.55c0.441,0,0.688-0.229,0.688-0.602v-0.04c0-0.367-0.269-0.562-0.745-0.562h-0.396v-0.63\tL27.944,23.616L27.944,23.616z M16.36,16.36H31v-0.72H17.189l0.557-0.372c2.89-1.926,4.614-5.148,4.614-8.62V1h-0.72v5.648\tc0,3.23-1.604,6.229-4.292,8.021l-0.988,0.658V1h-0.72v14.64H1v0.72h13.811l-0.558,0.372c-2.889,1.925-4.613,5.148-4.613,8.62V31\th0.72v-5.648c0-3.23,1.605-6.229,4.293-8.021l0.987-0.658V31h0.72V16.36z" })), children); }); module.exports = CurveCubic;