UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.96 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 Digital = /*#__PURE__*/React.forwardRef(function Digital({ 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: "M28.5,31.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86\tS30.077,31.36,28.5,31.36z M28.5,26.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14\tS29.68,26.36,28.5,26.36z M12,31.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86\tS13.577,31.36,12,31.36z M12,26.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S13.18,26.36,12,26.36z M20.36,30.5h-0.72v-4h0.721L20.36,30.5L20.36,30.5z M3.86,30.5H3.14v-4h0.72C3.86,26.5,3.86,30.5,3.86,30.5z M20,23.36\tc-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S21.577,23.36,20,23.36z M20,18.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S21.18,18.36,20,18.36z M3.5,23.36\tc-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S5.077,23.36,3.5,23.36z M3.5,18.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S4.68,18.36,3.5,18.36z M28.86,22.5h-0.72v-4h0.721\tL28.86,22.5L28.86,22.5z M12.36,22.5h-0.72v-4h0.72V22.5z M28.5,14.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86\ts2.86,1.283,2.86,2.86S30.077,14.36,28.5,14.36z M28.5,9.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14\tS29.68,9.36,28.5,9.36z M12,14.36c-1.577,0-2.86-1.283-2.86-2.86S10.423,8.64,12,8.64s2.86,1.283,2.86,2.86S13.577,14.36,12,14.36z M12,9.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S13.18,9.36,12,9.36z M20.36,13.5h-0.72v-4h0.721\tL20.36,13.5L20.36,13.5z M3.86,13.5H3.14v-4h0.72C3.86,9.5,3.86,13.5,3.86,13.5z M20,6.36c-1.577,0-2.86-1.283-2.86-2.86\tS18.423,0.64,20,0.64s2.86,1.283,2.86,2.86S21.577,6.36,20,6.36z M20,1.36c-1.18,0-2.14,0.96-2.14,2.14S18.82,5.64,20,5.64\ts2.14-0.96,2.14-2.14S21.18,1.36,20,1.36z M3.5,6.36c-1.577,0-2.86-1.283-2.86-2.86S1.923,0.64,3.5,0.64S6.36,1.923,6.36,3.5\tS5.077,6.36,3.5,6.36z M3.5,1.36c-1.18,0-2.14,0.96-2.14,2.14S2.32,5.64,3.5,5.64S5.64,4.68,5.64,3.5S4.68,1.36,3.5,1.36z M28.86,5.5h-0.72v-4h0.721L28.86,5.5L28.86,5.5z M12.36,5.5h-0.72v-4h0.72V5.5z" })), children); }); module.exports = Digital;