@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.54 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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 Icon from "./Icon.js";
import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:Unplug.js
const Unplug = React.forwardRef(function Unplug({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ jsx("path", { d: "M28.9,4.4l-1.4-1.4-3,3c-1.9-1.3-4.6-1.1-6.3.6l-3.5,3.5,7.1,7.1,3.5-3.5c1.7-1.7,1.9-4.4.6-6.3,0,0,3-3,3-3ZM23.8,12.3l-2.1,2.1-4.2-4.2,2.1-2.1c1.2-1.2,3.1-1.2,4.2,0,1.2,1.2,1.2,3.1,0,4.2ZM17.7,18.5l-1.4-1.4-1.9,1.9-1.4-1.4,1.9-1.9-1.4-1.4-1.9,1.9-1.4-1.4-3.5,3.5c-1.7,1.7-1.9,4.4-.6,6.3l-3,3,1.4,1.4,3-3c.8.5,1.8.8,2.8.8s2.6-.5,3.5-1.5l3.5-3.5-1.4-1.4,1.9-1.9h-.1ZM12.2,23.9c-1.1,1.1-3.1,1.1-4.2,0-1.2-1.2-1.2-3.1,0-4.2l2.1-2.1,4.2,4.2s-2.1,2.1-2.1,2.1ZM8,14h-4v-2h4v2ZM14,8h-2v-4h2v4ZM28,20h-4v-2h4v2ZM24.6858,25.9l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM8.8071,10.0213l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM20,28h-2v-4h2v4Z" }), children);
});
if (process.env.NODE_ENV !== "production") Unplug.propTypes = iconPropTypes;
//#endregion
export { Unplug as default };