@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.04 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 WebDeveloper = /*#__PURE__*/React.forwardRef(function WebDeveloper({
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: "M19.49,3c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5S19.49,2.724,19.49,3z M16.99,2.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S17.266,2.5,16.99,2.5z M14.99,2.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S15.266,2.5,14.99,2.5z M31.36,31h-0.72\tc0-4.341-2.941-8.161-7.153-9.29c-0.144-0.038-0.248-0.159-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358\tc1.678-0.898,2.72-2.636,2.72-4.534c0-2.84-2.306-5.151-5.14-5.151c-2.835,0-5.141,2.311-5.141,5.151\tc0,1.898,1.042,3.636,2.72,4.534c0.13,0.069,0.205,0.212,0.188,0.358c-0.017,0.147-0.121,0.269-0.265,0.307\tc-4.199,1.125-7.131,4.945-7.131,9.29h-0.72c0-4.402,2.801-8.304,6.903-9.75c-0.359-0.261-0.686-0.561-0.973-0.89H1\tc-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v9.652\tc3.059,0.192,5.489,2.747,5.489,5.859c0,1.893-0.909,3.645-2.415,4.739C28.55,22.698,31.36,26.6,31.36,31z M1.36,19.64h14.673\tc-0.582-0.919-0.905-1.999-0.905-3.129c0-3.12,2.442-5.679,5.511-5.86V5.36H1.36V19.64z M1.36,4.64h19.28V1.36H1.36V4.64z M10.99,14.36h-8v-0.72h8V14.36z M10.99,11.36h-8v-0.72h8V11.36z M10.989,8.36h-8V7.64h8V8.36z"
})), children);
});
export { WebDeveloper as default };