@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
28 lines (27 loc) • 1.45 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::e57ac867bc3e8deccd83f10400719367>>
* @codegenCommand yarn build:icon-glyphs
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**
* Icon: "FieldAlert".
* Category: multi-purpose
* Location: @atlaskit/icon
* Usage guidance: Known uses: Changed field values in Automation.
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
*/
const FieldAlertIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.25 9.5V3h1.5v6.5zM2 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h2.5v1.5H2a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h2.5V6zm12 0h-2.5V4.5H14a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2.5V10H14a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 14 6m-6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd"/>`
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
}, props));
FieldAlertIcon.displayName = 'FieldAlertIcon';
var _default = exports.default = FieldAlertIcon;