@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.56 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-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ListBullet = /*#__PURE__*/React.forwardRef(function ListBullet({
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: "M4,31.36c-1.853,0-3.36-1.508-3.36-3.36S2.147,24.64,4,24.64S7.36,26.147,7.36,28S5.853,31.36,4,31.36\tz M4,25.36c-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64S6.64,29.456,6.64,28S5.456,25.36,4,25.36z M31,28.36H11v-0.72h20\tV28.36z M4,19.36c-1.853,0-3.36-1.508-3.36-3.36S2.147,12.64,4,12.64S7.36,14.147,7.36,16S5.853,19.36,4,19.36z M4,13.36\tc-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64S6.64,17.456,6.64,16S5.456,13.36,4,13.36z M31,16.36H11v-0.72h20\tV16.36z M4,7.36C2.147,7.36,0.64,5.853,0.64,4S2.147,0.64,4,0.64S7.36,2.147,7.36,4S5.853,7.36,4,7.36z M4,1.36\tC2.544,1.36,1.36,2.544,1.36,4S2.544,6.64,4,6.64S6.64,5.456,6.64,4S5.456,1.36,4,1.36z M31,4.36H11V3.64h20V4.36z"
})), children);
});
export { ListBullet as default };