@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.98 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.
*/
;
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 MovingDolly = /*#__PURE__*/React.forwardRef(function MovingDolly({
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: "M17,31.36c-1.853,0-3.36-1.508-3.36-3.36\tc0-1.204,0.636-2.262,1.59-2.854L4.834,3.486L1.161,5.322L0.839,4.678l4-2c0.087-0.043,0.187-0.05,0.278-0.019\tC5.208,2.69,5.283,2.757,5.325,2.844l10.554,21.988c0.351-0.124,0.729-0.192,1.122-0.192c1.185,0,2.228,0.616,2.826,1.544\tl11.013-5.506l0.322,0.645L20.15,26.828c0.136,0.365,0.211,0.761,0.211,1.173C20.36,29.853,18.853,31.36,17,31.36z M17,25.36\tc-1.456,0-2.64,1.184-2.64,2.64s1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S18.456,25.36,17,25.36z M19,23.36\tc-0.132,0-0.259-0.073-0.322-0.199l-8-16c-0.089-0.178-0.017-0.394,0.161-0.483l6-3c0.181-0.089,0.395-0.017,0.483,0.161\tl2.839,5.678l3.678-1.839c0.175-0.088,0.394-0.018,0.483,0.161l5,10c0.089,0.178,0.017,0.395-0.161,0.483l-10,5\tC19.109,23.348,19.055,23.36,19,23.36z M14.483,13.161l4.678,9.355l4.541-2.271l-4.678-9.355L14.483,13.161z M19.668,10.568\tl4.678,9.356l4.171-2.086l-4.678-9.356L19.668,10.568z M11.483,7.161l2.678,5.356l2.356-1.178l-2.678-5.356L11.483,7.161z M14.483,5.661l2.678,5.356l2.355-1.178l-2.678-5.356L14.483,5.661z"
})), children);
});
module.exports = MovingDolly;