@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.4 kB
JavaScript
/**
* 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 SpyreAcceleratorCard = /*#__PURE__*/React.forwardRef(function SpyreAcceleratorCard({
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: "M23,11.5c0-0.276,0.224-0.5,0.5-0.5\ts0.5,0.224,0.5,0.5S23.776,12,23.5,12S23,11.776,23,11.5z M23.5,18c0.276,0,0.5-0.224,0.5-0.5S23.776,17,23.5,17S23,17.224,23,17.5\tS23.224,18,23.5,18z M11.5,12c0.276,0,0.5-0.224,0.5-0.5S11.776,11,11.5,11S11,11.224,11,11.5S11.224,12,11.5,12z M11.5,18\tc0.276,0,0.5-0.224,0.5-0.5S11.776,17,11.5,17S11,17.224,11,17.5S11.224,18,11.5,18z M4.5,12C4.776,12,5,11.776,5,11.5\tS4.776,11,4.5,11S4,11.224,4,11.5S4.224,12,4.5,12z M4.5,18C4.776,18,5,17.776,5,17.5S4.776,17,4.5,17S4,17.224,4,17.5\tS4.224,18,4.5,18z M27,25.36H9c-0.199,0-0.36-0.161-0.36-0.36v-3.64H6.36V24c0,0.199-0.161,0.36-0.36,0.36H2\tc-0.199,0-0.36-0.161-0.36-0.36V8c0-0.199,0.161-0.36,0.36-0.36h28c0.199,0,0.36,0.161,0.36,0.36v13c0,0.199-0.161,0.36-0.36,0.36\th-2.64V25C27.36,25.199,27.199,25.36,27,25.36z M9.36,24.64h17.28v-3.28H9.36V24.64z M2.36,23.64h3.28V21\tc0-0.199,0.161-0.36,0.36-0.36h23.64V8.36H2.36V23.64z M26.36,19h-0.72v-3h0.721L26.36,19L26.36,19z M9.36,19H8.64v-3h0.72\tC9.36,16,9.36,19,9.36,19z M21,18.36h-7c-0.199,0-0.36-0.161-0.36-0.36v-7c0-0.199,0.161-0.36,0.36-0.36h7\tc0.199,0,0.36,0.161,0.36,0.36v7C21.36,18.199,21.199,18.36,21,18.36z M14.36,17.64h6.28v-6.28h-6.28\tC14.36,11.36,14.36,17.64,14.36,17.64z M28.36,18h-0.72v-3h0.721L28.36,18L28.36,18z M7.36,18H6.64v-3h0.72C7.36,15,7.36,18,7.36,18\tz M28.36,14h-0.72v-3h0.721L28.36,14L28.36,14z M7.36,14H6.64v-3h0.72C7.36,11,7.36,14,7.36,14z M26.36,13h-0.72v-3h0.721L26.36,13\tL26.36,13z M9.36,13H8.64v-3h0.72C9.36,10,9.36,13,9.36,13z"
})), children);
});
export { SpyreAcceleratorCard as default };