@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-CuCmpz4u.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: "M16.5,3c0-0.276,0.224-0.5,0.5-0.5\ts0.5,0.224,0.5,0.5S17.276,3.5,17,3.5S16.5,3.276,16.5,3z M15,3.5c0.276,0,0.5-0.224,0.5-0.5S15.276,2.5,15,2.5S14.5,2.724,14.5,3\tS14.724,3.5,15,3.5z M19,3.5c0.276,0,0.5-0.224,0.5-0.5S19.276,2.5,19,2.5S18.5,2.724,18.5,3S18.724,3.5,19,3.5z M31.36,31h-0.72\tc0-4.35-2.937-8.174-7.142-9.301c-0.143-0.038-0.248-0.159-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358\tc1.677-0.898,2.719-2.636,2.719-4.534c0-2.834-2.306-5.14-5.14-5.14s-5.14,2.306-5.14,5.14c0,1.898,1.042,3.636,2.719,4.534\tc0.13,0.069,0.205,0.212,0.188,0.358c-0.017,0.147-0.121,0.269-0.265,0.307C14.297,22.826,11.36,26.65,11.36,31h-0.72\tc0-4.407,2.806-8.313,6.915-9.761c-0.356-0.259-0.679-0.554-0.964-0.879H1c-0.199,0-0.36-0.161-0.36-0.36V1\tc0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v9.651c3.063,0.187,5.5,2.739,5.5,5.849\tc0,1.893-0.908,3.645-2.415,4.739C28.554,22.687,31.36,26.593,31.36,31z M1.36,1.36v3.28h19.28V1.36H1.36z M20.64,10.651V5.36H1.36\tv14.28h14.691c-0.585-0.922-0.911-2.005-0.911-3.14C15.14,13.39,17.576,10.837,20.64,10.651z M7,14.36h5v-0.72H7V14.36z M4.254,7.746L3.746,8.254L6.491,11l-2.745,2.746l0.509,0.509L7.509,11L4.254,7.746z"
})), children);
});
export { WebDeveloper as default };