UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 3.09 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 DataScience_02 = /*#__PURE__*/React.forwardRef(function DataScience_02({ 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: "M13.5,4.5C13.224,4.5,13,4.276,13,4\ts0.224-0.5,0.5-0.5S14,3.724,14,4S13.776,4.5,13.5,4.5z M14,11c0-0.276-0.224-0.5-0.5-0.5S13,10.724,13,11s0.224,0.5,0.5,0.5\tS14,11.276,14,11z M25,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S25.552,23,25,23z M29.141,30.353\tc-1.147,0-2.616-0.556-4.141-1.567c-2.413,1.602-4.687,2.061-5.767,0.981c-1.079-1.079-0.62-3.354,0.981-5.767\tc-1.602-2.413-2.061-4.688-0.981-5.767c1.08-1.08,3.354-0.62,5.767,0.981c2.413-1.602,4.687-2.062,5.767-0.981\tc1.079,1.079,0.62,3.354-0.981,5.767c1.602,2.413,2.061,4.688,0.981,5.767C30.369,30.164,29.81,30.353,29.141,30.353z M25.631,28.343c2.105,1.339,3.91,1.634,4.626,0.914c0.719-0.718,0.424-2.522-0.914-4.626c-0.493,0.667-1.07,1.338-1.722,1.99\tC26.969,27.272,26.298,27.85,25.631,28.343z M20.657,24.631c-1.338,2.104-1.633,3.908-0.914,4.626\tc0.716,0.719,2.521,0.424,4.626-0.914c-0.667-0.493-1.338-1.069-1.99-1.722C21.728,25.969,21.15,25.298,20.657,24.631z M21.084,24\tc0.494,0.689,1.095,1.402,1.805,2.111c0.709,0.71,1.422,1.311,2.111,1.805c0.689-0.494,1.402-1.095,2.111-1.805\tc0.71-0.709,1.311-1.422,1.805-2.111c-0.494-0.689-1.095-1.402-1.805-2.111c-0.709-0.71-1.422-1.311-2.111-1.805\tc-0.689,0.494-1.402,1.095-2.111,1.805C22.179,22.598,21.578,23.311,21.084,24z M25.631,19.657c0.667,0.493,1.338,1.069,1.99,1.722\tc0.651,0.652,1.229,1.323,1.722,1.99c1.338-2.104,1.633-3.908,0.914-4.626C29.539,18.023,27.735,18.318,25.631,19.657z M20.874,18.362c-0.489,0-0.878,0.127-1.131,0.381c-0.719,0.718-0.424,2.522,0.914,4.626c0.493-0.667,1.07-1.338,1.722-1.99\tc0.652-0.651,1.323-1.229,1.99-1.722C23.007,18.791,21.771,18.362,20.874,18.362z M14,24.36H4c-0.199,0-0.36-0.161-0.36-0.36v-8\th0.72v7.64H14V24.36z M28.36,16h-0.72V8.36H18V7.64h10c0.199,0,0.36,0.161,0.36,0.36V16z M16,14.36H2c-0.199,0-0.36-0.161-0.36-0.36\tV9c0-0.199,0.161-0.36,0.36-0.36h14c0.199,0,0.36,0.161,0.36,0.36v5C16.36,14.199,16.199,14.36,16,14.36z M2.36,13.64h13.28V9.36\tH2.36V13.64z M10,11.36H4v-0.72h6V11.36z M16,7.36H2C1.801,7.36,1.64,7.199,1.64,7V2c0-0.199,0.161-0.36,0.36-0.36h14\tc0.199,0,0.36,0.161,0.36,0.36v5C16.36,7.199,16.199,7.36,16,7.36z M2.36,6.64h13.28V2.36H2.36V6.64z M10,4.36H4V3.64h6V4.36z" })), children); }); module.exports = DataScience_02;