UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.58 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. */ 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 ChartScatterplot = /*#__PURE__*/React.forwardRef(function ChartScatterplot({ 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: "M16.359,31h-0.72V16.36H1v-0.72h14.64V1h0.72v14.64H31v0.72H16.359V31z M25,2\tc0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S25,2.552,25,2z M24,31c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1\tS24.552,31,24,31z M24,12c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S24.552,12,24,12z M24,24c-0.552,0-1-0.448-1-1s0.448-1,1-1\ts1,0.448,1,1S24.552,24,24,24z M28,24c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S28.552,24,28,24z M4,24c-0.552,0-1-0.448-1-1\ts0.448-1,1-1s1,0.448,1,1S4.552,24,4,24z M4,12c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S4.552,12,4,12z M8,12\tc-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S8.552,12,8,12z M8,3C7.447,3,7,2.552,7,2s0.448-1,1-1s1,0.448,1,1S8.552,3,8,3z" })), children); }); export { ChartScatterplot as default };